mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat: use iguanacucumber/magazine.nvim instead of hrsh7th/nvim-cmp
This commit is contained in:
parent
bb289f4345
commit
bb087a2e60
1 changed files with 6 additions and 4 deletions
|
|
@ -2,13 +2,15 @@ return {
|
||||||
|
|
||||||
-- auto completion
|
-- auto completion
|
||||||
{
|
{
|
||||||
"hrsh7th/nvim-cmp",
|
"iguanacucumber/magazine.nvim",
|
||||||
|
name = "nvim-cmp",
|
||||||
version = false, -- last release is way too old
|
version = false, -- last release is way too old
|
||||||
event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"hrsh7th/cmp-nvim-lsp",
|
{ "iguanacucumber/mag-nvim-lsp", name = "cmp-nvim-lsp", opts = {} },
|
||||||
"hrsh7th/cmp-buffer",
|
{ "iguanacucumber/mag-nvim-lua", name = "cmp-nvim-lua" },
|
||||||
"hrsh7th/cmp-path",
|
{ "iguanacucumber/mag-buffer", name = "cmp-buffer" },
|
||||||
|
{ "iguanacucumber/mag-cmdline", name = "cmp-cmdline" },
|
||||||
},
|
},
|
||||||
-- Not all LSP servers add brackets when completing a function.
|
-- Not all LSP servers add brackets when completing a function.
|
||||||
-- To better deal with this, LazyVim adds a custom option to cmp,
|
-- To better deal with this, LazyVim adds a custom option to cmp,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue