use luasnip and change stuff in nvim-cmp

This commit is contained in:
cy 2024-12-02 23:17:18 -05:00
parent 2ffef35935
commit da4e060f40
3 changed files with 45 additions and 27 deletions

View file

@ -41,16 +41,18 @@ local plugin_specs = {
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-omni",
"hrsh7th/cmp-cmdline",
"quangnguyen30192/cmp-nvim-ultisnips",
"saadparwaiz1/cmp_luasnip",
},
config = function()
require("config.nvim-cmp")
end,
},
{ "SirVer/ultisnips", dependencies = {
"honza/vim-snippets",
}, event = "InsertEnter" },
{
"L3MON4D3/LuaSnip",
version = "v2.*",
build = "make install_jsregexp",
},
{ "stevearc/dressing.nvim", event = "VeryLazy" },