From 0efdb50a6233c31b84bb5bec6a4358d09cf1401b Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Tue, 14 May 2024 20:14:45 +0530 Subject: nvim: lua: plugins.lua: lua snippets now requires jsregexp Signed-off-by: Brahmajit Das --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 500a28e..3ada29c 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -30,7 +30,7 @@ require("lazy").setup({ { "hrsh7th/nvim-cmp" }, -- Autocompletion plugin { "hrsh7th/cmp-nvim-lua" }, { "saadparwaiz1/cmp_luasnip" }, -- Snippets source for nvim-cmp - { "L3MON4D3/LuaSnip" }, -- Snippets plugin + { "L3MON4D3/LuaSnip", version = "v2.*", build = "make install_jsregexp" }, -- Snippets plugin { "rafamadriz/friendly-snippets" }, { "petertriho/cmp-git", dependencies = "nvim-lua/plenary.nvim" }, { "micangl/cmp-vimtex" }, -- cgit v1.2.3