mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
fix(scripts): actually skip lockfile updates
This commit is contained in:
parent
9d39f00a95
commit
8d3176cfbc
2 changed files with 7 additions and 10 deletions
|
|
@ -10,6 +10,5 @@ else
|
|||
skip_langs = vim.fn.split(skip_langs, ",")
|
||||
end
|
||||
|
||||
print("Skipping languages: " .. vim.inspect(skip_langs))
|
||||
require("nvim-treesitter.install").write_lockfile("verbose", skip_langs)
|
||||
vim.cmd "q"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue