We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6426600 commit 532a545Copy full SHA for 532a545
lua/astrocommunity/completion/avante-nvim/init.lua
@@ -62,7 +62,7 @@ return {
62
"MeanderingProgrammer/render-markdown.nvim",
63
optional = true,
64
opts = function(_, opts)
65
- if not opts.file_types then opts.filetypes = { "markdown" } end
+ if not opts.file_types then opts.file_types = { "markdown" } end
66
opts.file_types = require("astrocore").list_insert_unique(opts.file_types, { "Avante" })
67
end,
68
},
0 commit comments