mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +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 },
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"c",
|
||||
"help",
|
||||
"html",
|
||||
"javascript",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue