diff options
| author | Sirisak Lueangsaksri <1087399+spywhere@users.noreply.github.com> | 2021-11-06 09:02:59 +0700 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-11-08 15:04:38 +0100 |
| commit | f6dcbe66b05678e32480f78869d6f56482ce49c1 (patch) | |
| tree | 6993247a49646c7efca98e2a8b7e08620cc3b127 /lua/nvim-treesitter/install.lua | |
| parent | aaf157a6a95b1e22783c658f1f9527751bd80968 (diff) | |
refactor: nitpicking
Diffstat (limited to 'lua/nvim-treesitter/install.lua')
| -rw-r--r-- | lua/nvim-treesitter/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/install.lua b/lua/nvim-treesitter/install.lua index 8b7dd042..599fa301 100644 --- a/lua/nvim-treesitter/install.lua +++ b/lua/nvim-treesitter/install.lua @@ -521,7 +521,7 @@ function M.write_lockfile(verbose, skip_langs) end M.ensure_installed = install { exclude_configured_parsers = true } -M.ensure_sync_installed = install { with_sync = true, exclude_configured_parsers = true } +M.ensure_installed_sync = install { with_sync = true, exclude_configured_parsers = true } M.commands = { TSInstall = { |
