Updated config
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
ft = "markdown",
|
||||
ft = { "markdown", "Avante" },
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" },
|
||||
config = function()
|
||||
require("render-markdown").setup({
|
||||
@@ -12,6 +12,7 @@ return {
|
||||
sign = true,
|
||||
width = "block",
|
||||
},
|
||||
file_types = { "markdown", "Avante" },
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user