From a9f34d5a768b2afcece98ba31345602a71f42fcb Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 9 Feb 2025 13:19:34 +0100 Subject: feat(parsers): rework tiers * stable: updates follow semver releases (todo) * unstable: updates follow HEAD (default) * unmaintained: no automatic updates * unsupported: no updates, cannot be installed --- doc/nvim-treesitter.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/nvim-treesitter.txt') diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 9ba76be2a..b5028768d 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -42,10 +42,10 @@ To install supported parsers and queries, put this in your `init.lua` file: -- Defaults to the `stdpath('data')/site` dir. install_dir = "/some/path/to/store/parsers", - -- A list of parser names, or "core", "stable", "community", "unstable" - ensure_install = { "core", "rust" }, + -- A list of parser names, or "stable", "unstable", "unmaintained", "unsupported" + ensure_install = { "stable", "rust" }, - -- List of parsers to ignore installing (for "core" etc.) + -- List of parsers to ignore installing (for "stable" etc.) ignore_install = { "javascript" }, } -- cgit v1.2.3-70-g09d2