fix: fqn for nvim-cmp

This commit is contained in:
Folke Lemaitre committed 2024-12-12 14:45:47 +01:00
1 parent 3a67abdf6d
commit a9a273d041
7 files changed
+8 -8

No files matched your search

+1 -1
View File
@@ -34,7 +34,7 @@ return {
-- codeium cmp source -- codeium cmp source
{ {
"nvim-cmp", "hrsh7th/nvim-cmp",
optional = true, optional = true,
dependencies = { "codeium.nvim" }, dependencies = { "codeium.nvim" },
opts = function(_, opts) opts = function(_, opts)
+2 -2
View File
@@ -62,7 +62,7 @@ return {
and { and {
-- copilot cmp source -- copilot cmp source
{ {
"nvim-cmp", "hrsh7th/nvim-cmp",
optional = true, optional = true,
dependencies = { -- this will only be evaluated if nvim-cmp is enabled dependencies = { -- this will only be evaluated if nvim-cmp is enabled
{ {
@@ -79,7 +79,7 @@ return {
end, end,
specs = { specs = {
{ {
"nvim-cmp", "hrsh7th/nvim-cmp",
optional = true, optional = true,
---@param opts cmp.ConfigSchema ---@param opts cmp.ConfigSchema
opts = function(_, opts) opts = function(_, opts)
+1 -1
View File
@@ -14,7 +14,7 @@ return {
}, },
{ {
"nvim-cmp", "hrsh7th/nvim-cmp",
optional = true, optional = true,
dependencies = { "tzachar/cmp-tabnine" }, dependencies = { "tzachar/cmp-tabnine" },
---@param opts cmp.ConfigSchema ---@param opts cmp.ConfigSchema
@@ -39,7 +39,7 @@ return {
-- nvim-cmp integration -- nvim-cmp integration
{ {
"nvim-cmp", "hrsh7th/nvim-cmp",
optional = true, optional = true,
dependencies = { "saadparwaiz1/cmp_luasnip" }, dependencies = { "saadparwaiz1/cmp_luasnip" },
opts = function(_, opts) opts = function(_, opts)
@@ -89,7 +89,7 @@ return {
-- snippets -- snippets
{ {
"nvim-cmp", "hrsh7th/nvim-cmp",
dependencies = { dependencies = {
{ {
"garymjr/nvim-snippets", "garymjr/nvim-snippets",
+1 -1
View File
@@ -103,7 +103,7 @@ return {
}, },
{ {
"nvim-cmp", "hrsh7th/nvim-cmp",
opts = function(_, opts) opts = function(_, opts)
table.insert(opts.sorting.comparators, 1, require("clangd_extensions.cmp_scores")) table.insert(opts.sorting.comparators, 1, require("clangd_extensions.cmp_scores"))
end, end,
+1 -1
View File
@@ -9,7 +9,7 @@ return {
}, },
{ {
"nvim-cmp", "hrsh7th/nvim-cmp",
optional = true, optional = true,
dependencies = { dependencies = {
{ "petertriho/cmp-git", opts = {} }, { "petertriho/cmp-git", opts = {} },