disable auto installing missing parsers

This commit is contained in:
2024-11-19 13:39:50 -06:00
parent ee3bc020dd
commit a50483c777

View File

@ -20,9 +20,6 @@ return { 'nvim-treesitter/nvim-treesitter',
"make"
},
-- install missing parsers
auto_install = true,
-- indentation
indent = {
enable = true,