mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
Update FAQ
Add an entry for https://github.com/nvim-treesitter/nvim-treesitter/issues/340.
This commit is contained in:
parent
2624c00b37
commit
9127038027
1 changed files with 4 additions and 0 deletions
|
|
@ -483,6 +483,10 @@ If everything is okay, then it might be an actual error.
|
|||
|
||||
In both cases, feel free to [open an issue here](https://github.com/nvim-treesitter/nvim-treesitter/issues/new/choose).
|
||||
|
||||
## I get `module 'vim.treesitter.query' not found`
|
||||
|
||||
Make sure you have the latest nightly version of Neovim.
|
||||
|
||||
## I get `Error detected while processing .../plugin/nvim-treesitter.vim` every time I open Neovim
|
||||
|
||||
This is probably due to a change in a parser's grammar or its queries.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue