this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nvim: show html comments in md files

+7 -1
+7 -1
nvim/lua/plugins/ui.lua
··· 50 50 }, -- if you prefer nvim-web-devicons 51 51 ---@module 'render-markdown' 52 52 ---@type render.md.UserConfig 53 - opts = {}, 53 + opts = { 54 + html = { 55 + comment = { 56 + conceal = false, 57 + } 58 + }, 59 + }, 54 60 }, 55 61 }