diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-08-10 12:58:04 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-05-12 18:43:40 +0200 |
| commit | ab230eadd4a96baec86fb17bd625893649f2612f (patch) | |
| tree | ca4ecdccb519c8124028ff42f831a208b23f7bb3 /doc | |
| parent | feat(install)!: drop support for git (diff) | |
| download | nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.tar nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.tar.gz nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.tar.bz2 nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.tar.lz nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.tar.xz nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.tar.zst nvim-treesitter-ab230eadd4a96baec86fb17bd625893649f2612f.zip | |
feat(config)!: remove auto_install
use https://github.com/lewis6991/ts-install.nvim instead
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-treesitter.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index ef55eb2d8..9ba76be2a 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -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" }, } |
