mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
remove prefix from all nvim-cmp deps
This commit is contained in:
parent
54e693cbd7
commit
174f48a7d7
8 changed files with 8 additions and 8 deletions
|
|
@ -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 })
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"hrsh7th/nvim-cmp",
|
"nvim-cmp",
|
||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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 {}
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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 = {} },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue