🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

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

at main 27 lines 768 B view raw
1return { 2 "MeanderingProgrammer/render-markdown.nvim", 3 opts = { 4 latex = { enabled = false }, 5 completions = { lsp = { enabled = true } }, 6 heading = { enabled = true }, 7 code = { 8 language_border = " ", 9 language_left = "", 10 language_right = "", 11 min_width = 80, 12 }, 13 checkbox = { 14 enabled = true, 15 checked = { scope_highlight = "@markup.strikethrough" }, 16 }, 17 link = { 18 enabled = true, 19 footnote = { superscript = false, icon = " 󰯔 " }, 20 custom = { 21 bluesky = { pattern = "^https://bsky.app", icon = "" }, 22 tangled = { pattern = "^https://tangled.org", icon = "󰳆 " }, 23 hexdocs = { pattern = "^https://hexdocs.pm", icon = "" }, 24 }, 25 }, 26 }, 27}