From b0a20057b0110952f22bc067720fe23887d5db32 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 15 May 2025 09:45:28 +0200 Subject: feat(config)!: remove `ignore_install` This was only useful for no longer supported `auto_install` option. --- doc/nvim-treesitter.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc/nvim-treesitter.txt') diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index f95872177..c810023f7 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -26,8 +26,6 @@ To configure `nvim-treesitter`, put this in your `init.lua` file: -- A directory to install the parsers and queries to. -- Defaults to the `stdpath('data')/site` dir. install_dir = "/some/path/to/store/parsers", - -- List of parsers to ignore installing (for "stable" etc.) - ignore_install = { "some_parser" }, } NOTE: You do not need to call `setup` to use this plugin with the default @@ -103,10 +101,6 @@ setup({opts}) *nvim-treesitter.setup()* • {install_dir} (`string?`, default `stdpath('data')/site/`) directory to install parsers and queries to. Note: will be appended to |runtimepath|. - • {ignore_install} (`string[]?`) list of languages to never - install even if specified for an installation operation. - (Useful when specifying tiers instead of individual - languages.) install({languages}, {opts}, {callback}) *nvim-treesitter.install()* -- cgit v1.2.3-70-g09d2