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