remove prefix from all nvim-cmp deps

This commit is contained in:
OneOfOne 2024-11-16 20:06:14 -06:00
parent 54e693cbd7
commit 174f48a7d7
No known key found for this signature in database
GPG key ID: A3A69A4098CA8173
8 changed files with 8 additions and 8 deletions

View file

@ -196,7 +196,7 @@ return {
{ "Bilal2453/luvit-meta", lazy = true }, { "Bilal2453/luvit-meta", lazy = true },
-- Add lazydev source to cmp -- Add lazydev source to cmp
{ {
"hrsh7th/nvim-cmp", "nvim-cmp",
optional = true, optional = true,
opts = function(_, opts) opts = function(_, opts)
table.insert(opts.sources, { name = "lazydev", group_index = 0 }) table.insert(opts.sources, { name = "lazydev", group_index = 0 })

View file

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

View file

@ -10,7 +10,7 @@ return {
LazyVim.is_win() and "pwsh -noni .\\install.ps1" or "./install.sh", LazyVim.is_win() and "pwsh -noni .\\install.ps1" or "./install.sh",
":CmpTabnineHub", ":CmpTabnineHub",
}, },
dependencies = "hrsh7th/nvim-cmp", dependencies = "nvim-cmp",
opts = { opts = {
max_lines = 1000, max_lines = 1000,
max_num_results = 3, max_num_results = 3,

View file

@ -7,7 +7,7 @@ end
return { return {
{ {
"hrsh7th/nvim-cmp", "nvim-cmp",
enabled = false, enabled = false,
}, },
{ {

View file

@ -14,7 +14,7 @@ return {
-- Extend auto completion -- Extend auto completion
{ {
"hrsh7th/nvim-cmp", "nvim-cmp",
optional = true, optional = true,
dependencies = { dependencies = {
"PaterJason/cmp-conjure", "PaterJason/cmp-conjure",

View file

@ -132,7 +132,7 @@ return {
}, },
{ {
"hrsh7th/nvim-cmp", "nvim-cmp",
optional = true, optional = true,
opts = function(_, opts) opts = function(_, opts)
opts.auto_brackets = opts.auto_brackets or {} opts.auto_brackets = opts.auto_brackets or {}

View file

@ -48,7 +48,7 @@ return {
end, end,
}, },
{ {
"hrsh7th/nvim-cmp", "nvim-cmp",
optional = true, optional = true,
dependencies = { "R-nvim/cmp-r" }, dependencies = { "R-nvim/cmp-r" },
opts = function(_, opts) opts = function(_, opts)

View file

@ -58,7 +58,7 @@ return {
}, },
}, },
{ {
"hrsh7th/nvim-cmp", "nvim-cmp",
optional = true, optional = true,
dependencies = { dependencies = {
{ "roobert/tailwindcss-colorizer-cmp.nvim", opts = {} }, { "roobert/tailwindcss-colorizer-cmp.nvim", opts = {} },