aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Sojka <steelsojka@users.noreply.github.com>2021-03-24 09:12:03 -0500
committerGitHub <noreply@github.com>2021-03-24 09:12:03 -0500
commit7984975a2fa8e4c526359edf471a493307c0529c (patch)
tree46bb699428271a031b1bca60a5a942c86505049a /doc
parentAdd generator functions to ecma queries (diff)
downloadnvim-treesitter-7984975a2fa8e4c526359edf471a493307c0529c.tar
nvim-treesitter-7984975a2fa8e4c526359edf471a493307c0529c.tar.gz
nvim-treesitter-7984975a2fa8e4c526359edf471a493307c0529c.tar.bz2
nvim-treesitter-7984975a2fa8e4c526359edf471a493307c0529c.tar.lz
nvim-treesitter-7984975a2fa8e4c526359edf471a493307c0529c.tar.xz
nvim-treesitter-7984975a2fa8e4c526359edf471a493307c0529c.tar.zst
nvim-treesitter-7984975a2fa8e4c526359edf471a493307c0529c.zip
feat(install): allow ignore list when installing parsers (#1098)
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-treesitter.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index b5d214ba1..3d084e5e6 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -37,6 +37,7 @@ To enable supported features, put this in your `init.vim` file:
lua <<EOF
require'nvim-treesitter.configs'.setup {
ensure_installed = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages
+ ignore_install = { "javascript" }, -- List of parsers to ignore installing
highlight = {
enable = true, -- false will disable the whole extension
disable = { "c", "rust" }, -- list of language that will be disabled