mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add lockfile and make lockfile default install revision
This commit is contained in:
parent
98c12ec23a
commit
0a51d492a5
5 changed files with 145 additions and 48 deletions
3
scripts/write-lockfile.lua
Normal file
3
scripts/write-lockfile.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
-- Execute as `nvim --headless -c "luafile ./scripts/write-lockfile.lua"`
|
||||
require 'nvim-treesitter.install'.write_lockfile('verbose')
|
||||
vim.cmd('q')
|
||||
Loading…
Add table
Add a link
Reference in a new issue