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

View file

@ -8,9 +8,9 @@ return {
event = "InsertEnter",
dependencies = {
{ "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" },
{ "https://codeberg.org/FelipeLema/cmp-async-path", name = "cmp-path" },
},
-- Not all LSP servers add brackets when completing a function.
-- To better deal with this, LazyVim adds a custom option to cmp,