forgot one of the vim.cmd calls
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user