fix(treesitter): always install all built-in treesitter parsers to prevent queriy issues
This commit is contained in:
1 file changed
+1
@@ -37,6 +37,7 @@ return {
|
||||
context_commentstring = { enable = true, enable_autocmd = false },
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"c",
|
||||
"help",
|
||||
"html",
|
||||
"javascript",
|
||||
|
||||
Reference in new issue
Block a user