Add lockfile and make lockfile default install revision

This commit is contained in:
Stephan Seitz 2020-08-26 21:05:27 +02:00 committed by Kiyan Yazdani
parent 98c12ec23a
commit 0a51d492a5
5 changed files with 145 additions and 48 deletions

View 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')