1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 19:49:25 +00:00

[neovim] Add avante plugin

This commit is contained in:
2025-01-04 15:25:14 +01:00
parent 5c6af0d906
commit 6ba0c5d93a
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,3 @@
require("render-markdown").setup({
file_types = { "markdown", "copilot-chat" },
file_types = { "markdown", "copilot-chat", "Avante" },
})