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",
optional = true,
dependencies = {
{ "petertriho/cmp-git", opts = {} },
},