diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2020-08-26 21:05:27 +0200 |
|---|---|---|
| committer | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-09-27 13:09:12 +0200 |
| commit | 0a51d492a59b4834ca16907471eeb81e00a59c1b (patch) | |
| tree | 474c597d58c026bb18da4c74b7b30fd3932c648d /scripts | |
| parent | 98c12ec23a6df2f2f505304b61c4b2eefc0a568f (diff) | |
Add lockfile and make lockfile default install revision
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/write-lockfile.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/write-lockfile.lua b/scripts/write-lockfile.lua new file mode 100644 index 00000000..b1218eca --- /dev/null +++ b/scripts/write-lockfile.lua @@ -0,0 +1,3 @@ +-- Execute as `nvim --headless -c "luafile ./scripts/write-lockfile.lua"` +require 'nvim-treesitter.install'.write_lockfile('verbose') +vim.cmd('q') |
