From ba4e6dc233677020cf38be765509fae337c0f69e Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 6 Apr 2024 15:39:30 +0100 Subject: [PATCH] Ensure LuaSnips dependencies are met --- lua/plugins/completions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index adec410..fe29bb9 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -23,7 +23,7 @@ return { 'folke/neodev.nvim', -- Snippet pluggins - 'L3MON4D3/LuaSnip', + { 'L3MON4D3/LuaSnip', build = 'make install_jsregexp' }, 'saadparwaiz1/cmp_luasnip', -- Expose clangd extensions