nvim/lua/custom/plugins/render-markdown.lua
Jeremie Fraeys 02e26b00b7
Some checks are pending
Check Lua Formatting in MyRepo / Stylua Check (push) Waiting to run
chore(nvim): reinitialize with working config
2026-02-07 21:06:45 -05:00

10 lines
209 B
Lua
Executable file

return {
'MeanderingProgrammer/render-markdown.nvim',
ft = { 'markdown' },
dependencies = {
'nvim-tree/nvim-web-devicons',
},
opts = {
-- Put any overrides here only if you need them.
},
}