🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

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

add icon for justfiles

kacaii bfd79cbd 59d535bd

+4 -3
+4 -3
.config/nvim/lua/plugins/mini_icons.lua
··· 7 7 os = {}, 8 8 9 9 directory = { 10 - src = { glyph = "󱧶", hl = "MiniIconsOrange" }, 10 + src = { glyph = "󱧶" }, 11 11 sql = { glyph = "󱋣", hl = "MiniIconsYellow" }, 12 12 priv = { glyph = "󰢬", hl = "MiniIconsRed" }, 13 13 plugins = { glyph = "󰉓" }, 14 14 workflows = { glyph = "󰡰" }, 15 15 16 16 [".config"] = { glyph = "", hl = "MiniIconsOrange" }, 17 - [".tangled"] = { glyph = "󱁿", hl = "MiniIconsWhite" }, 18 - [".jj"] = { glyph = "󰴋", hl = "MiniIconsBlue" }, 17 + [".justfiles"] = { glyph = "󱧼", hl = "MiniIconsOrange" }, 18 + [".tangled"] = { glyph = "", hl = "MiniIconsWhite" }, 19 + [".jj"] = { glyph = "󱞊", hl = "MiniIconsBlue" }, 19 20 [".ssh"] = { glyph = "󰢬", hl = "MiniIconsWhite" }, 20 21 }, 21 22