Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
docs(readme): add deprecation notice
Browse files Browse the repository at this point in the history
all functionality is now included in Neovim
  • Loading branch information
clason committed Aug 26, 2023
1 parent 2b81a01 commit 429f3e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,14 @@ View treesitter information directly in Neovim!

![demo](https://user-images.githubusercontent.com/2361214/202389106-244ac890-9442-4759-9b2c-4fe3c247dfbc.gif)

## Deprecation notice

This plugin is **deprecated** since the functionality is included in Neovim: Use

- `:Inspect` to show the highlight groups under the cursor
- `:InspectTree` to show the parsed syntax tree ("TSPlayground")
- `:PreviewQuery` to open the Query Editor (Nvim 0.10+)

## Requirements
- Neovim [nightly](https://github.com/neovim/neovim#install-from-source)
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) plugin (with the `query` grammar installed)
Expand Down

0 comments on commit 429f3e7

Please sign in to comment.