mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00: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')
|