LazyVim.LazyVim/lua/lazyvim/plugins/extras/ai/avante.lua
George Guimarães 67546eb094
update avante
2025-06-23 11:48:21 -03:00

43 lines
1 KiB
Lua

return {
{
"yetone/avante.nvim",
event = "VeryLazy",
version = false,
opts = {
provider = "claude",
},
dependencies = {
"nvim-treesitter/nvim-treesitter",
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
"hrsh7th/nvim-cmp",
"stevearc/dressing.nvim",
"folke/snacks.nvim",
"echasnovski/mini.icons",
"zbirenbaum/copilot.lua",
{
"HakonHarnes/img-clip.nvim",
event = "VeryLazy",
opts = {
-- recommended settings
default = {
embed_image_as_base64 = false,
prompt_for_file_name = false,
drag_and_drop = {
insert_mode = true,
},
-- required for Windows users
use_absolute_path = true,
},
},
},
{
"MeanderingProgrammer/render-markdown.nvim",
opts = {
file_types = { "markdown", "Avante" },
},
ft = { "markdown", "Avante" },
},
},
},
}