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

@ -39,7 +39,7 @@ return {
-- nvim-cmp integration
{
"nvim-cmp",
"hrsh7th/nvim-cmp",
optional = true,
dependencies = { "saadparwaiz1/cmp_luasnip" },
opts = function(_, opts)