Remove treesitter auto_install

This commit is contained in:
Ari Pollak 2024-04-22 17:37:05 -04:00 committed by GitHub
parent 8df3deb6fe
commit f9a0091186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -836,8 +836,6 @@ require('lazy').setup({
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {
enable = true,
-- Some languages depend on vim's regex highlighting system (such as Ruby) for indent rules.