diff options
| author | Sirisak Lueangsaksri <1087399+spywhere@users.noreply.github.com> | 2021-11-08 20:43:19 +0700 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-11-08 15:04:38 +0100 |
| commit | 289439512eecb937c4432843e6f9ba3210dc3d90 (patch) | |
| tree | 2b870c50992ce2e79a3313eba03aa855aae7968e /README.md | |
| parent | refactor: nitpicking (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
