From 91270380275a2203c43a8371d00b776d5c808cf9 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Fri, 18 Sep 2020 17:47:20 -0500 Subject: [PATCH] Update FAQ Add an entry for https://github.com/nvim-treesitter/nvim-treesitter/issues/340. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index acfc2fabe..ac6917eff 100644 --- a/README.md +++ b/README.md @@ -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.