feat(config)!: remove ignore_install

This was only useful for no longer supported `auto_install` option.
This commit is contained in:
Christian Clason 2025-05-15 09:45:28 +02:00 committed by Christian Clason
parent 864e75a85d
commit b0a20057b0
4 changed files with 3 additions and 25 deletions

View file

@ -59,8 +59,6 @@ require('lazy').setup(
require'nvim-treesitter'.setup {
-- Directory to install parsers and queries to
install_dir = vim.fn.stdpath('data') .. '/site'
-- List of parsers to ignore when installing tiers
ignore_install = { },
}
```