these are not optional deps

This commit is contained in:
George Guimarães 2025-08-10 18:46:44 -03:00
parent 8af21160f8
commit b68352f1c8
No known key found for this signature in database
GPG key ID: 20E86F6F5FC22FA7

View file

@ -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",