mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(install)!: bump minimum tree-sitter version to 0.24
This commit is contained in:
parent
c5a8c9d01a
commit
a2841d29d7
4 changed files with 26 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue