fix: fqn for nvim-cmp

This commit is contained in:
Folke Lemaitre 2024-12-12 14:45:47 +01:00
parent 3a67abdf6d
commit a9a273d041
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
7 changed files with 8 additions and 8 deletions

View file

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