1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-01-22 09:06:47 +00:00
dotfiles/.config/nvim/lua/plugins/render-markdown.lua

4 lines
94 B
Lua
Raw Normal View History

2025-01-03 14:28:53 +00:00
require("render-markdown").setup({
2025-01-04 14:25:14 +00:00
file_types = { "markdown", "copilot-chat", "Avante" },
2025-01-03 14:28:53 +00:00
})