mirror of
https://github.com/nanotee/nvim-lua-guide
synced 2024-11-11 01:10:31 +00:00
Add section on treesitter
This commit is contained in:
parent
d844460f17
commit
6ade9d2b23
@ -805,10 +805,17 @@ You may also want to take a look at plugins built around the LSP client:
|
|||||||
- [nvim-lua/diagnostic-nvim](https://github.com/nvim-lua/diagnostic-nvim)
|
- [nvim-lua/diagnostic-nvim](https://github.com/nvim-lua/diagnostic-nvim)
|
||||||
|
|
||||||
See also:
|
See also:
|
||||||
- `:help vim.lsp`
|
- `:help lsp`
|
||||||
|
|
||||||
### vim.treesitter
|
### vim.treesitter
|
||||||
|
|
||||||
|
`vim.treesitter` is the module that controls the integration of the [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) library in Neovim. If you want to know more about Tree-sitter, you may be interested in this [presentation (38:37)](https://www.youtube.com/watch?v=Jes3bD6P0To).
|
||||||
|
|
||||||
|
The [nvim-treesitter](https://github.com/nvim-treesitter/) organisation hosts various plugins taking advantage of the library.
|
||||||
|
|
||||||
|
See also:
|
||||||
|
- `:help lua-treesitter`
|
||||||
|
|
||||||
<!-- TODO: add interesting projects (transpilers) -->
|
<!-- TODO: add interesting projects (transpilers) -->
|
||||||
<!-- https://github.com/svermeulen/nvim-moonmaker -->
|
<!-- https://github.com/svermeulen/nvim-moonmaker -->
|
||||||
<!-- https://github.com/Olical/aniseed -->
|
<!-- https://github.com/Olical/aniseed -->
|
||||||
|
Loading…
Reference in New Issue
Block a user