mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
docs: minimal supported tree-sitter version
Some parsers are built with ABI 14, which was introduced in tree-sitter 0.20.3.
This commit is contained in:
committed by
Stephan Seitz
parent
f5aa00d673
commit
ee2dcc1cbe
@@ -63,7 +63,7 @@ For more detailed information on setting these up, see ["Advanced setup"](#advan
|
||||
|
||||
## Requirements
|
||||
|
||||
- **Neovim 0.7.0 or later** (latest [nightly](https://github.com/neovim/neovim#install-from-source) recommended)
|
||||
- **Neovim 0.7.0 or later** built with **tree-sitter 0.20.3+** (latest [nightly](https://github.com/neovim/neovim#install-from-source) recommended)
|
||||
- `tar` and `curl` in your path (or alternatively `git`)
|
||||
- A C compiler in your path and libstdc++ installed ([Windows users please read this!](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support)).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user