๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

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

disable markdown heading rendering

kacaii ef04d0dc 1f42d4e0

+1 -7
-7
.config/nvim/lua/plugins/colorscheme.lua
··· 139 139 NoiceScrollbar = { bg = colors.none }, 140 140 NoiceScrollbarThumb = { bg = colors.overlay1 }, 141 141 142 - -- ๎œพ Markdown 143 - RenderMarkdownH1Bg = { bg = colors.none }, 144 - RenderMarkdownH2Bg = { bg = colors.none }, 145 - RenderMarkdownH3Bg = { bg = colors.none }, 146 - RenderMarkdownH4Bg = { bg = colors.none }, 147 - RenderMarkdownH5Bg = { bg = colors.none }, 148 - 149 142 RenderMarkdownCodeInline = { bg = colors.mantle }, 150 143 RenderMarkdownBullet = { fg = colors.text }, 151 144
+1
.config/nvim/lua/plugins/render_markdown.lua
··· 2 2 "MeanderingProgrammer/render-markdown.nvim", 3 3 opts = { 4 4 completions = { lsp = { enabled = true } }, 5 + heading = { enabled = false }, 5 6 code = { style = "normal" }, 6 7 checkbox = { 7 8 enabled = true,