You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set up a move dev environment using LazyVim. I am having some compatibility issues with the vim-illuminate plugin, which uses tree-sitter to do word-under-the-cursor highlighting.
This is the error I am getting from vim-illuminate:
vim-illuminate: An internal error has occured: false'...0.10.2_1/share/nvim/runtime/lua/vim/treesitter/query.lua:252: Query error at 19:5. Invalid node type "struct_def_fields":\n (struct_def_fields) @scope)\n ^\n'
I am using the latest commit on the main branch of this repo (currently f5b37f6).
Treesitter version:
- OK `tree-sitter` found 0.24.4 (fc8c1863e2e5724a0c40bb6e6cfc8631bfe5908b) (parser generator, only needed for :TSInstallFromGrammar)
I am not very familiar with debugging treesitter, so let me know if there is any other info you need.
The text was updated successfully, but these errors were encountered:
I am trying to set up a move dev environment using LazyVim. I am having some compatibility issues with the vim-illuminate plugin, which uses tree-sitter to do word-under-the-cursor highlighting.
This is the error I am getting from vim-illuminate:
I am using the latest commit on the main branch of this repo (currently f5b37f6).
Treesitter version:
I am not very familiar with debugging treesitter, so let me know if there is any other info you need.
The text was updated successfully, but these errors were encountered: