diff options
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |