From 60a928ed073021b6ed0df7f04d53d701446d4390 Mon Sep 17 00:00:00 2001 From: Ben Kyd Date: Sun, 17 Dec 2023 16:48:00 +0000 Subject: [PATCH] lmao --- common/.config/nvim/lua/plugins.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/common/.config/nvim/lua/plugins.lua b/common/.config/nvim/lua/plugins.lua index c08a302..d3a2325 100644 --- a/common/.config/nvim/lua/plugins.lua +++ b/common/.config/nvim/lua/plugins.lua @@ -226,6 +226,13 @@ return { }, } }, + { + "L3MON4D3/LuaSnip", + -- follow latest release. + version = "v2.*", -- Replace by the latest released major (first number of latest release) + -- install jsregexp (optional!). + build = "make install_jsregexp" + }, { 'VonHeikemen/lsp-zero.nvim', branch = 'v1.x', @@ -249,7 +256,6 @@ return { { 'saadparwaiz1/cmp_luasnip' }, -- Snippets - { 'L3MON4D3/LuaSnip' }, { 'rafamadriz/friendly-snippets' }, }, config = function()