diff options
| author | Sirisak Lueangsaksri <1087399+spywhere@users.noreply.github.com> | 2021-11-06 00:50:28 +0700 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-11-08 15:04:38 +0100 |
| commit | aaf157a6a95b1e22783c658f1f9527751bd80968 (patch) | |
| tree | 8c7b9fb0d44126a029645ef83e39857792dea67c /README.md | |
| parent | 83efae51bfe92163e7cb0d215d9e9f746830ab6f (diff) | |
feat: sync install for `ensure_installed`
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +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 = true, -- install languages synchronously ignore_install = { "javascript" }, -- List of parsers to ignore installing highlight = { enable = true, -- false will disable the whole extension |
