mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat: sync install for ensure_installed
This commit is contained in:
parent
83efae51bf
commit
aaf157a6a9
3 changed files with 8 additions and 1 deletions
|
|
@ -521,6 +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.commands = {
|
||||
TSInstall = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue