aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-treesitter.txt3
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" },
}