use luasnip and change stuff in nvim-cmp
This commit is contained in:
parent
2ffef35935
commit
da4e060f40
3 changed files with 45 additions and 27 deletions
|
@ -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" },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue