mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
cmp-path
This commit is contained in:
parent
bb087a2e60
commit
e8d2a6738e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue