mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(git): make nvim-cmp optional for the git extra
This commit is contained in:
parent
ba632c500d
commit
ec92fa8558
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ return {
|
|||
|
||||
{
|
||||
"nvim-cmp",
|
||||
optional = true,
|
||||
dependencies = {
|
||||
{ "petertriho/cmp-git", opts = {} },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue