Skip to main content

Avante

info

You can enable the extra with the :LazyExtras command. Plugins marked as optional will only be configured if they are installed.

Below you can find a list of included plugins and their default settings.

caution

You don't need to copy the default settings to your config. They are only shown here for reference.

nui.nvim

opts = nil

avante.nvim

opts = {
provider = "copilot",
selection = {
hint_display = "none",
},
}
opts = nil

img-clip.nvim (optional)

support for image pasting

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,
},
}

render-markdown.nvim (optional)

Make sure to set this up properly if you have lazy=true

opts = {
file_types = { "markdown", "Avante" },
}

blink.cmp (optional)

blink.cmp source for avante.nvim

opts = {
sources = {
default = { "avante" },
providers = { avante = { module = "blink-cmp-avante", name = "Avante" } },
},
}