mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-25 10:18:47 +02:00
fix(treesitter): always install all built-in treesitter parsers to prevent queriy issues
This commit is contained in:
parent
592074ad80
commit
fc765e9e3d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ return {
|
||||||
context_commentstring = { enable = true, enable_autocmd = false },
|
context_commentstring = { enable = true, enable_autocmd = false },
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
|
"c",
|
||||||
"help",
|
"help",
|
||||||
"html",
|
"html",
|
||||||
"javascript",
|
"javascript",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue