fix(git): make nvim-cmp optional for the git extra

This commit is contained in:
Folke Lemaitre 2024-12-12 11:07:29 +01:00
parent ba632c500d
commit ec92fa8558

View file

@ -10,6 +10,7 @@ return {
{ {
"nvim-cmp", "nvim-cmp",
optional = true,
dependencies = { dependencies = {
{ "petertriho/cmp-git", opts = {} }, { "petertriho/cmp-git", opts = {} },
}, },