fix(luasnip): dont build jsregexp on Windows

This commit is contained in:
Folke Lemaitre
2023-03-02 14:15:51 +01:00
parent 16e4a3f8fd
commit f6f3ce4a9b

View File

@ -3,7 +3,7 @@ return {
-- snippets
{
"L3MON4D3/LuaSnip",
build = "make install_jsregexp",
build = (not jit.os:find("Windows")) and "make install_jsregexp" or nil,
dependencies = {
"rafamadriz/friendly-snippets",
config = function()