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

@ -62,7 +62,7 @@ return {
and {
-- copilot cmp source
{
"nvim-cmp",
"hrsh7th/nvim-cmp",
optional = true,
dependencies = { -- this will only be evaluated if nvim-cmp is enabled
{
@ -79,7 +79,7 @@ return {
end,
specs = {
{
"nvim-cmp",
"hrsh7th/nvim-cmp",
optional = true,
---@param opts cmp.ConfigSchema
opts = function(_, opts)