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

Configure Feed

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

bring back icon for justfile

kacaii 3f3ad461 9952bb50

+2 -1
+2
.config/nvim/lua/plugins/colorscheme.lua
··· 159 159 -- ๎˜† Python Highlights -- 160 160 ["@string.documentation.python"] = { fg = colors.overlay1 }, 161 161 ["@constructor.python"] = { fg = colors.yellow }, 162 + 163 + ["@function.just"] = { fg = colors.lavender }, 162 164 } 163 165 end, 164 166 },
-1
.config/nvim/lua/plugins/mini_icons.lua
··· 38 38 [".sqlfluff"] = { glyph = "๎˜•", hl = "MiniIconsWhite" }, 39 39 [".envrc"] = { glyph = "๎š", hl = "MiniIconsYellow" }, 40 40 ["Taskfile.yml"] = { glyph = "๓ฐ†ง", hl = "MiniIconsCyan" }, 41 - ["justfile"] = { glyph = "๏‚ญ", hl = "MiniIconsGrey" }, 42 41 ["tailwind.config.js"] = { glyph = "๎ขบ", hl = "MiniIconsCyan" }, 43 42 44 43 -- ๎Ÿ€ Deno Projects ------------------------------------------------------