feat: add parser tiers

Tier 1: Stable
Tier 2: Core (maintained by org members)
Tier 3: Community (maintained by external contributors, to varying
degree)
Tier 4: Unsupported (lacking active maintainer or declared
experimental); skipped in lockfile update and ignored for automatic
install by default
This commit is contained in:
Christian Clason 2023-06-10 17:12:35 +02:00
parent f0a984347c
commit bae77b87b1
7 changed files with 397 additions and 254 deletions

View file

@ -10,7 +10,7 @@ local M = {}
local config = {
auto_install = false,
ensure_install = {},
ignore_install = {},
ignore_install = { 'unsupported' },
install_dir = vim.fs.joinpath(vim.fn.stdpath('data'), 'site'),
}