Updated README with tree-sitter requirements
parent
295cc63bcd
commit
2a374a3ac9
11
README.md
11
README.md
|
|
@ -14,6 +14,17 @@ sudo apt install gcc ripgrep unzip java-common default-jre luarocks cmake libbin
|
||||||
|
|
||||||
See `lua/lsp.lua` for the commented out MasonInstall commands
|
See `lua/lsp.lua` for the commented out MasonInstall commands
|
||||||
|
|
||||||
|
## Treesitter dependencies
|
||||||
|
|
||||||
|
You need to make sure treesitter dependencies are installed. You will get silent errors if they are missing
|
||||||
|
(including tree-sitter-cli, which is not optional as some outdated sources say). You can check these with:
|
||||||
|
|
||||||
|
```
|
||||||
|
:checkhealth nvim-treesitter
|
||||||
|
```
|
||||||
|
|
||||||
|
tree-sitter-cli can be donwloaded from the [releases](https://github.com/tree-sitter/tree-sitter/releases/latest)
|
||||||
|
|
||||||
## Treesitter parsers
|
## Treesitter parsers
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue