mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(treesitter): use auto_install to install missing parser
even though it recommend "set to false if you don't have `tree-sitter` CLI installed locally", it actually works perfectly
This commit is contained in:
parent
0b8c799a7a
commit
5e80c75e41
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ return {
|
|||
---@type TSConfig
|
||||
opts = {
|
||||
highlight = { enable = true },
|
||||
auto_install = true,
|
||||
indent = { enable = true },
|
||||
context_commentstring = { enable = true, enable_autocmd = false },
|
||||
ensure_installed = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue