feat(config)!: remove auto_install

use https://github.com/lewis6991/ts-install.nvim instead
This commit is contained in:
Christian Clason 2024-08-10 12:58:04 +02:00
parent a8677385b7
commit ab230eadd4
5 changed files with 58 additions and 87 deletions

View file

@ -59,9 +59,6 @@ require'nvim-treesitter'.setup {
-- List of parsers to ignore installing
ignore_install = { 'unsupported' },
-- Automatically install missing parsers when entering buffer
auto_install = false,
-- Directory to install parsers and queries to
install_dir = vim.fn.stdpath('data') .. '/site'
}