switch treesitter to auto install

This commit is contained in:
Jidbo 2023-02-23 15:26:57 +01:00 committed by saibotk
parent 48fade5749
commit 350c4da8ae
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -2,6 +2,7 @@ require'nvim-treesitter.configs'.setup {
highlight = { highlight = {
enable = true, enable = true,
}, },
auto_install = true,
indent = { indent = {
enable = true enable = true
}, },