mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
4 lines
147 B
Lua
4 lines
147 B
Lua
|
|
-- Execute as `nvim --headless -c "luafile ./scripts/write-lockfile.lua"`
|
||
|
|
require 'nvim-treesitter.install'.write_lockfile('verbose')
|
||
|
|
vim.cmd('q')
|