fix(treesitter): always install all built-in treesitter parsers to prevent queriy issues

This commit is contained in:
Folke Lemaitre committed 2023-02-27 19:38:29 +01:00
1 parent 592074ad80
commit fc765e9e3d
1 file changed
+1
+1
View File
@@ -37,6 +37,7 @@ return {
context_commentstring = { enable = true, enable_autocmd = false },
ensure_installed = {
"bash",
"c",
"help",
"html",
"javascript",