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.
2 parents ab302be + b17b5fc commit b2648f7Copy full SHA for b2648f7
after/plugin/treesitter.lua
@@ -1,6 +1,6 @@
1
require'nvim-treesitter.configs'.setup {
2
-- A list of parser names, or "all"
3
- ensure_installed = { "help", "javascript", "typescript", "c", "lua", "rust" },
+ ensure_installed = { "vimdoc", "javascript", "typescript", "c", "lua", "rust" },
4
5
-- Install parsers synchronously (only applied to `ensure_installed`)
6
sync_install = false,
0 commit comments