switch treesitter to auto install
This commit is contained in:
parent
48fade5749
commit
350c4da8ae
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ require'nvim-treesitter.configs'.setup {
|
|||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
auto_install = true,
|
||||
indent = {
|
||||
enable = true
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue