From 429f3e76cbb1c59fe000b690f7a5bea617b890c0 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 26 Aug 2023 09:16:19 +0900 Subject: [PATCH] docs(readme): add deprecation notice all functionality is now included in Neovim --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a87eb6a..a865aca 100644 --- a/README.md +++ b/README.md @@ -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)