feat: use iguanacucumber/magazine.nvim instead of hrsh7th/nvim-cmp

This commit is contained in:
OneOfOne 2024-11-15 11:45:38 -06:00
parent bb289f4345
commit bb087a2e60
No known key found for this signature in database
GPG key ID: A3A69A4098CA8173

View file

@ -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,