Remove treesitter auto_install

pull/877/head
Ari Pollak 1 month ago committed by GitHub
parent 8df3deb6fe
commit f9a0091186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.

Loading…
Cancel
Save