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 8ae3804 commit 80b9c58Copy full SHA for 80b9c58
lua/astrocommunity/completion/avante-nvim/init.lua
@@ -98,6 +98,7 @@ return {
98
"OXY2DEV/markview.nvim",
99
optional = true,
100
opts = function(_, opts)
101
+ if not opts.preview then opts.preview = {} end
102
if not opts.preview.filetypes then opts.preview.filetypes = { "markdown", "quarto", "rmd" } end
103
opts.preview.filetypes = require("astrocore").list_insert_unique(opts.preview.filetypes, { "Avante" })
104
end,
0 commit comments