feat(install)!: bump minimum tree-sitter version to 0.24

This commit is contained in:
Christian Clason 2024-10-06 12:02:32 +02:00
parent c5a8c9d01a
commit a2841d29d7
4 changed files with 26 additions and 27 deletions

View file

@ -27,9 +27,9 @@ The `nvim-treesitter` plugin provides
## Requirements
- Neovim 0.10.0 or later (nightly)
- Neovim 0.11.0 or later (nightly)
- `tar` and `curl` in your path (or alternatively `git`)
- [`tree-sitter`](https://github.com/tree-sitter/tree-sitter) CLI (0.22.6 or later)
- [`tree-sitter`](https://github.com/tree-sitter/tree-sitter) CLI (0.24.0 or later)
- a C compiler in your path (see <https://docs.rs/cc/latest/cc/#compile-time-requirements>)
## Installation