diff --git a/lua/lazyvim/plugins/extras/ai/avante.lua b/lua/lazyvim/plugins/extras/ai/avante.lua index 01763c98..b5888b1d 100644 --- a/lua/lazyvim/plugins/extras/ai/avante.lua +++ b/lua/lazyvim/plugins/extras/ai/avante.lua @@ -4,6 +4,7 @@ return { event = "VeryLazy", dependencies = { "stevearc/dressing.nvim", + "ibhagwan/fzf-lua", }, opts = { -- Default configuration @@ -28,9 +29,10 @@ return { }, build = LazyVim.is_win() and "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" or "make", }, - { + { "saghen/blink.cmp", lazy = true, + dependencies = { "saghen/blink.compat" }, opts = { sources = { default = { "avante_commands", "avante_mentions", "avante_files" }, @@ -63,7 +65,6 @@ return { }, }, }, - { "MeanderingProgrammer/render-markdown.nvim", optional = true,