forgot one of the vim.cmd calls

This commit is contained in:
2024-11-19 13:25:03 -06:00
parent 35ebc9841c
commit c4ceb17593

View File

@ -5,7 +5,7 @@ return { 'L3MON4D3/LuaSnip',
branch = 'v2.3.0',
disable = vim.version().minor < 7,
config = function()
vim.cmd('make install_jsregexp')
vim.cmd.make('install_jsregexp')
end,
function()
local luasnip = require('luasnip')