fix(luasnip): dont build jsregexp on Windows

This commit is contained in:
Folke Lemaitre committed 2023-03-02 14:15:51 +01:00
1 parent 16e4a3f8fd
commit f6f3ce4a9b
1 file changed
+1 -1
+1 -1
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()