Update FAQ

Add an entry for
https://github.com/nvim-treesitter/nvim-treesitter/issues/340.
This commit is contained in:
Santos Gallegos 2020-09-18 17:47:20 -05:00 committed by Kiyan Yazdani
parent 2624c00b37
commit 9127038027

View file

@ -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.