From bb087a2e6098327f8539d9429e6c095a616e6f44 Mon Sep 17 00:00:00 2001 From: OneOfOne Date: Fri, 15 Nov 2024 11:45:38 -0600 Subject: [PATCH] feat: use iguanacucumber/magazine.nvim instead of hrsh7th/nvim-cmp --- lua/lazyvim/plugins/coding.lua | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lua/lazyvim/plugins/coding.lua b/lua/lazyvim/plugins/coding.lua index 5b2901e3..1b72b365 100644 --- a/lua/lazyvim/plugins/coding.lua +++ b/lua/lazyvim/plugins/coding.lua @@ -2,13 +2,15 @@ return { -- auto completion { - "hrsh7th/nvim-cmp", + "iguanacucumber/magazine.nvim", + name = "nvim-cmp", version = false, -- last release is way too old event = "InsertEnter", dependencies = { - "hrsh7th/cmp-nvim-lsp", - "hrsh7th/cmp-buffer", - "hrsh7th/cmp-path", + { "iguanacucumber/mag-nvim-lsp", name = "cmp-nvim-lsp", opts = {} }, + { "iguanacucumber/mag-nvim-lua", name = "cmp-nvim-lua" }, + { "iguanacucumber/mag-buffer", name = "cmp-buffer" }, + { "iguanacucumber/mag-cmdline", name = "cmp-cmdline" }, }, -- Not all LSP servers add brackets when completing a function. -- To better deal with this, LazyVim adds a custom option to cmp,