We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
On line 291 in init.lua, it says:
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'help', 'vim' },
but treesitter has changed 'help' to 'vimdoc'. With the current line, it produces an error. If 'help' is changed to 'vimdoc' it does not.