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

@ -34,7 +34,7 @@ return {
-- codeium cmp source
{
"nvim-cmp",
"hrsh7th/nvim-cmp",
optional = true,
dependencies = { "codeium.nvim" },
opts = function(_, opts)

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)

View file

@ -14,7 +14,7 @@ return {
},
{
"nvim-cmp",
"hrsh7th/nvim-cmp",
optional = true,
dependencies = { "tzachar/cmp-tabnine" },
---@param opts cmp.ConfigSchema

View file

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

View file

@ -89,7 +89,7 @@ return {
-- snippets
{
"nvim-cmp",
"hrsh7th/nvim-cmp",
dependencies = {
{
"garymjr/nvim-snippets",

View file

@ -103,7 +103,7 @@ return {
},
{
"nvim-cmp",
"hrsh7th/nvim-cmp",
opts = function(_, opts)
table.insert(opts.sorting.comparators, 1, require("clangd_extensions.cmp_scores"))
end,

View file

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