Skip to content

Commit 532a545

Browse files
acdcbylAiser
andauthored
fix(avante-nvim): fix typo in opts (#1317)
fix(avante-nvim): update config for `render-markdown` Co-authored-by: Aiser <[email protected]>
1 parent 6426600 commit 532a545

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/completion/avante-nvim

1 file changed

+1
-1
lines changed

lua/astrocommunity/completion/avante-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ return {
6262
"MeanderingProgrammer/render-markdown.nvim",
6363
optional = true,
6464
opts = function(_, opts)
65-
if not opts.file_types then opts.filetypes = { "markdown" } end
65+
if not opts.file_types then opts.file_types = { "markdown" } end
6666
opts.file_types = require("astrocore").list_insert_unique(opts.file_types, { "Avante" })
6767
end,
6868
},

0 commit comments

Comments
 (0)