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 },
|
||||
-- Add lazydev source to cmp
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
"nvim-cmp",
|
||||
optional = true,
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sources, { name = "lazydev", group_index = 0 })
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ return {
|
|||
|
||||
-- cmp integration
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
"nvim-cmp",
|
||||
optional = true,
|
||||
dependencies = { "supermaven-nvim" },
|
||||
opts = function(_, opts)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ return {
|
|||
LazyVim.is_win() and "pwsh -noni .\\install.ps1" or "./install.sh",
|
||||
":CmpTabnineHub",
|
||||
},
|
||||
dependencies = "hrsh7th/nvim-cmp",
|
||||
dependencies = "nvim-cmp",
|
||||
opts = {
|
||||
max_lines = 1000,
|
||||
max_num_results = 3,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ end
|
|||
|
||||
return {
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
"nvim-cmp",
|
||||
enabled = false,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ return {
|
|||
|
||||
-- Extend auto completion
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
"nvim-cmp",
|
||||
optional = true,
|
||||
dependencies = {
|
||||
"PaterJason/cmp-conjure",
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ return {
|
|||
},
|
||||
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
"nvim-cmp",
|
||||
optional = true,
|
||||
opts = function(_, opts)
|
||||
opts.auto_brackets = opts.auto_brackets or {}
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ return {
|
|||
end,
|
||||
},
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
"nvim-cmp",
|
||||
optional = true,
|
||||
dependencies = { "R-nvim/cmp-r" },
|
||||
opts = function(_, opts)
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ return {
|
|||
},
|
||||
},
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
"nvim-cmp",
|
||||
optional = true,
|
||||
dependencies = {
|
||||
{ "roobert/tailwindcss-colorizer-cmp.nvim", opts = {} },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue