Fix LuaSnip jsregexpr install
This commit is contained in:
parent
cf94ba2e4b
commit
45c09c76e3
|
@ -99,11 +99,9 @@ return {
|
|||
},
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
build = function()
|
||||
if vim.fn.has("win32") == 1 or vim.fn.executable("make") == 0 then
|
||||
return
|
||||
end
|
||||
return "make install_jsregexp"
|
||||
build = "make install_jsregexp",
|
||||
cond = function()
|
||||
return vim.fn.executable("make") == 1
|
||||
end,
|
||||
config = function()
|
||||
require("luasnip").config.setup()
|
||||
|
|
Loading…
Reference in New Issue
Block a user