What does this mean?
I get this when I open a javascript file.
My setup:
npm install -g typescript-language-server
:PlugUpdate
:TSUpdate all
require'nvim-treesitter.configs'.setup {
-- one of "all", "maintained" (parsers with maintainers), or a list of languages
ensure_installed = { "c", "cpp", 'bash', "lua", "typescript", "javascript", "html", "json" , "python", },
highlight = {
enable = true,
},
}
EDIT:
marked solution but solution may also need:
Treesitter ABI version mismatch - #3 by zegervdv