mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 01:38:54 +02:00
fix: fqn for nvim-cmp
This commit is contained in:
parent
3a67abdf6d
commit
a9a273d041
7 changed files with 8 additions and 8 deletions
|
@ -34,7 +34,7 @@ return {
|
|||
|
||||
-- codeium cmp source
|
||||
{
|
||||
"nvim-cmp",
|
||||
"hrsh7th/nvim-cmp",
|
||||
optional = true,
|
||||
dependencies = { "codeium.nvim" },
|
||||
opts = function(_, opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue