From b68352f1c809967ad7639eb65496cfbda6da93b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Guimar=C3=A3es?= Date: Sun, 10 Aug 2025 18:46:44 -0300 Subject: [PATCH] these are not optional deps --- lua/lazyvim/plugins/extras/ai/avante.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lua/lazyvim/plugins/extras/ai/avante.lua b/lua/lazyvim/plugins/extras/ai/avante.lua index 8fb498c1..a55826fa 100644 --- a/lua/lazyvim/plugins/extras/ai/avante.lua +++ b/lua/lazyvim/plugins/extras/ai/avante.lua @@ -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",