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

4 lines
94 B
Lua
Raw Normal View History

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