From a1c5476732686da2a51218f47580f0dc1a3b8aa9 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Tue, 25 Jun 2024 02:28:50 +0200 Subject: [PATCH] docs(readme): clarify that this plugin does not depend on nvim-treesitter (#379) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55a17f3..4ff438a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ https://user-images.githubusercontent.com/506791/122652728-18688500-d0f5-11eb-80 - Neovim 0.8+ (for older versions, use the [nvim-0.5 branch](https://github.com/stevearc/aerial.nvim/tree/nvim-0.5)) - One or more of the following: - A working LSP setup (see [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)) - - [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) with languages installed + - Tree-sitter parsers[^1] + +[^1]: With Neovim < 0.9, you need [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter). ## Installation