aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSirisak Lueangsaksri <1087399+spywhere@users.noreply.github.com>2021-11-08 20:43:19 +0700
committerStephan Seitz <stephan.seitz@fau.de>2021-11-08 15:04:38 +0100
commit289439512eecb937c4432843e6f9ba3210dc3d90 (patch)
tree2b870c50992ce2e79a3313eba03aa855aae7968e /README.md
parentrefactor: nitpicking (diff)
downloadnvim-treesitter-289439512eecb937c4432843e6f9ba3210dc3d90.tar
nvim-treesitter-289439512eecb937c4432843e6f9ba3210dc3d90.tar.gz
nvim-treesitter-289439512eecb937c4432843e6f9ba3210dc3d90.tar.bz2
nvim-treesitter-289439512eecb937c4432843e6f9ba3210dc3d90.tar.lz
nvim-treesitter-289439512eecb937c4432843e6f9ba3210dc3d90.tar.xz
nvim-treesitter-289439512eecb937c4432843e6f9ba3210dc3d90.tar.zst
nvim-treesitter-289439512eecb937c4432843e6f9ba3210dc3d90.zip
docs: make comment more specific
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4d82db58..63f7979a9 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ All modules are disabled by default and need to be activated explicitly in your
lua <<EOF
require'nvim-treesitter.configs'.setup {
ensure_installed = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages
- sync_install = false, -- install languages synchronously
+ sync_install = false, -- install languages synchronously (only applied to `ensure_installed`)
ignore_install = { "javascript" }, -- List of parsers to ignore installing
highlight = {
enable = true, -- false will disable the whole extension