From c97de61fd5cd98010347e6e41565ec87cd0e6cb7 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:00:17 -0600 Subject: [PATCH] fix: make sure to install jsregexp for luasnip --- lua/plugins/completions.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index aeec1d6..08d6f2e 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -15,6 +15,7 @@ return { "saadparwaiz1/cmp_luasnip", "rafamadriz/friendly-snippets", }, + build = "make install_jsregexp", }, { "hrsh7th/nvim-cmp",