enable render-markdown

This commit is contained in:
iofq 2025-03-14 19:14:00 -05:00
parent cd60d7959b
commit 9028ed4893

View file

@ -12,7 +12,8 @@ return {
vim.api.nvim_set_hl(0, 'EyelinerSecondary', { underline = true }) vim.api.nvim_set_hl(0, 'EyelinerSecondary', { underline = true })
end, end,
}, },
{ 'tiagovla/scope.nvim', event = 'VeryLazy', config = true }, { 'tiagovla/scope.nvim', event = 'VeryLazy', config = true },
{ 'MeanderingProgrammer/render-markdown.nvim', event = 'VeryLazy', config = true },
{ {
'sindrets/diffview.nvim', 'sindrets/diffview.nvim',
event = 'VeryLazy', event = 'VeryLazy',