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

Configure Feed

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

add icons for links to bsky and tangled

kacaii 79106392 c89be66e

+7
+7
.config/nvim/lua/plugins/render_markdown.lua
··· 3 3 opts = { 4 4 completions = { lsp = { enabled = true } }, 5 5 code = { style = "normal", border = "thick" }, 6 + link = { 7 + enabled = true, 8 + custom = { 9 + bluesky = { pattern = "^bsky.app", icon = "๎ŠŽ " }, 10 + tangled = { pattern = "^tangled.org", icon = "๓ฐณ† " }, 11 + }, 12 + }, 6 13 }, 7 14 }