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

@ -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" },
}