aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-treesitter.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index 798c5bfc1..55ada1596 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -41,7 +41,8 @@ By default, everything is disabled. To enable support for features, in your `ini
node_incremental = "<leader>e", -- "grn" by default,
scope_incremental = "<leader>f" -- "grc" by default
}
- }
+ },
+ ensure_installed = 'all' -- can be one of 'all', 'language' or {'language1', 'language2' ... }
}
<