mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(config)!: remove auto_install
use https://github.com/lewis6991/ts-install.nvim instead
This commit is contained in:
parent
a8677385b7
commit
ab230eadd4
5 changed files with 58 additions and 87 deletions
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue