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