mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(config)!: remove ignore_install
This was only useful for no longer supported `auto_install` option.
This commit is contained in:
parent
864e75a85d
commit
b0a20057b0
4 changed files with 3 additions and 25 deletions
|
|
@ -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 = { },
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue