fix: [master] Should default to false

This commit is contained in:
Georgi Chochev 2024-02-26 17:23:01 +02:00
parent 8b5d48a199
commit 2884934bc6
No known key found for this signature in database
GPG Key ID: AA0E4DAA77A602D3

View File

@ -772,7 +772,7 @@ require('lazy').setup({
require('nvim-treesitter.configs').setup {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = true,
auto_install = false,
highlight = { enable = true },
indent = { enable = true },
}