forgot one of the vim.cmd calls
This commit is contained in:
parent
35ebc9841c
commit
c4ceb17593
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue