Skip to content

Commit

Permalink
fix(avante-nvim): update config for render-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiser committed Jan 15, 2025
1 parent 6426600 commit b2c88a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/completion/avante-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ return {
"MeanderingProgrammer/render-markdown.nvim",
optional = true,
opts = function(_, opts)
if not opts.file_types then opts.filetypes = { "markdown" } end
if not opts.file_types then opts.file_types = { "markdown" } end
opts.file_types = require("astrocore").list_insert_unique(opts.file_types, { "Avante" })
end,
},
Expand Down

0 comments on commit b2c88a8

Please sign in to comment.