Updated config

This commit is contained in:
2025-04-12 11:58:10 +02:00
parent da424c5912
commit 2b1f9cb347
3 changed files with 30 additions and 1 deletions

View File

@@ -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,
}