mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-28 22:08:19 +02:00
these are not optional deps
This commit is contained in:
parent
8af21160f8
commit
b68352f1c8
1 changed files with 3 additions and 4 deletions
|
@ -12,9 +12,9 @@ return {
|
|||
},
|
||||
},
|
||||
dependencies = {
|
||||
{ "nvim-lua/plenary.nvim", optional = true },
|
||||
{ "MunifTanjim/nui.nvim", optional = true },
|
||||
--- The below dependencies are optional,
|
||||
"nvim-lua/plenary.nvim",
|
||||
"MunifTanjim/nui.nvim",
|
||||
"zbirenbaum/copilot.lua",
|
||||
{ "echasnovski/mini.pick", optional = true }, -- for file_selector provider mini.pick
|
||||
{ "nvim-telescope/telescope.nvim", optional = true }, -- for file_selector provider telescope
|
||||
{ "hrsh7th/nvim-cmp", optional = true }, -- autocompletion for avante commands and mentions
|
||||
|
@ -22,7 +22,6 @@ return {
|
|||
{ "stevearc/dressing.nvim", optional = true }, -- for input provider dressing
|
||||
{ "folke/snacks.nvim", optional = true }, -- for input provider snacks
|
||||
{ "nvim-tree/nvim-web-devicons", optional = true }, -- or echasnovski/mini.icons
|
||||
{ "zbirenbaum/copilot.lua", optional = true }, -- for providers='copilot'
|
||||
{
|
||||
-- support for image pasting
|
||||
"HakonHarnes/img-clip.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue