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
|
|
@ -45,9 +45,6 @@ To install supported parsers and queries, put this in your `init.lua` file:
|
|||
-- A list of parser names, or "core", "stable", "community", "unstable"
|
||||
ensure_install = { "core", "rust" },
|
||||
|
||||
-- Automatically install missing parsers when entering buffer
|
||||
auto_install = false,
|
||||
|
||||
-- List of parsers to ignore installing (for "core" etc.)
|
||||
ignore_install = { "javascript" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue