summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkiyan42 <yazdani.kiyan@protonmail.com>2020-05-01 12:26:57 +0200
committerkiyan42 <yazdani.kiyan@protonmail.com>2020-05-01 12:26:57 +0200
commitdc06f9ea8147da2b6aed60ce2eb657470e4e99a7 (patch)
treed50ed4bb3b187a6f44b22f7da3fc254bb83ba900 /doc
parent1d6ad9b5609308167e7707c07df907779f501196 (diff)
update docs for ensure installed, move modules config in config.modules
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 798c5bfc..55ada159 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' ... }
}
<