mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 21:00:08 -04:00
Add lockfile and make lockfile default install revision
This commit is contained in:
parent
e8fa0d0b31
commit
63e5f1e885
4 changed files with 48 additions and 2 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