🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

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

change tangled icon

+51 -50
+51 -50
.config/nvim/lua/plugins/mini_icons.lua
··· 1 - return { 2 - "nvim-mini/mini.icons", 3 - opts = { 1 + local directory = { 2 + src = { glyph = "󱧶" }, 3 + sql = { glyph = "󱋣", hl = "MiniIconsYellow" }, 4 + priv = { glyph = "󰢬", hl = "MiniIconsRed" }, 5 + plugins = { glyph = "󰉓" }, 6 + workflows = { glyph = "󰡰" }, 4 7 5 - directory = { 6 - src = { glyph = "󱧶" }, 7 - sql = { glyph = "󱋣", hl = "MiniIconsYellow" }, 8 - priv = { glyph = "󰢬", hl = "MiniIconsRed" }, 9 - plugins = { glyph = "󰉓" }, 10 - workflows = { glyph = "󰡰" }, 8 + [".config"] = { glyph = "", hl = "MiniIconsOrange" }, 9 + [".justfiles"] = { glyph = "󱧼", hl = "MiniIconsOrange" }, 10 + [".tangled"] = { glyph = "󰳆", hl = "MiniIconsWhite" }, 11 + [".jj"] = { glyph = "󱞊", hl = "MiniIconsBlue" }, 12 + [".ssh"] = { glyph = "󰢬", hl = "MiniIconsWhite" }, 13 + } 11 14 12 - [".config"] = { glyph = "", hl = "MiniIconsOrange" }, 13 - [".justfiles"] = { glyph = "󱧼", hl = "MiniIconsOrange" }, 14 - [".tangled"] = { glyph = "", hl = "MiniIconsWhite" }, 15 - [".jj"] = { glyph = "󱞊", hl = "MiniIconsBlue" }, 16 - [".ssh"] = { glyph = "󰢬", hl = "MiniIconsWhite" }, 17 - }, 15 + local extension = { 16 + ["zig.zon"] = { glyph = "", hl = "MiniIconsOrange" }, 17 + db = { glyph = "", hl = "MiniIconsBlue" }, 18 + sqlite = { glyph = "", hl = "MiniIconsBlue" }, 19 + dj = { glyph = "", hl = "MiniIconsWhite" }, 20 + fish = { glyph = "󰈺", hl = "MiniIconsGreen" }, 21 + gleam = { glyph = "" }, 22 + parquet = { glyph = "󱘩", hl = "MiniIconsGreen" }, 23 + php = { glyph = "" }, 24 + md = { glyph = "󰂺", hl = "MiniIconsGreen" }, 25 + zig = { hl = "MiniIconsYellow" }, 26 + } 18 27 19 - extension = { 20 - ["zig.zon"] = { glyph = "", hl = "MiniIconsOrange" }, 21 - db = { glyph = "", hl = "MiniIconsBlue" }, 22 - sqlite = { glyph = "", hl = "MiniIconsBlue" }, 23 - dj = { glyph = "", hl = "MiniIconsWhite" }, 24 - fish = { glyph = "󰈺", hl = "MiniIconsGreen" }, 25 - gleam = { glyph = "" }, 26 - parquet = { glyph = "󱘩", hl = "MiniIconsGreen" }, 27 - php = { glyph = "" }, 28 - md = { glyph = "󰂺", hl = "MiniIconsGreen" }, 29 - zig = { hl = "MiniIconsYellow" }, 30 - }, 28 + local file = { 29 + ["README.md"] = { glyph = "󰂺", hl = "MiniIconsWhite" }, 30 + ["Taskfile.yml"] = { glyph = "󰆧", hl = "MiniIconsCyan" }, 31 + ["compose.yml"] = { glyph = "", hl = "MiniIconsCyan" }, 32 + ["Containerfile"] = { glyph = "", hl = "MiniIconsBlue" }, 31 33 32 - file = { 33 - ["README.md"] = { glyph = "󰂺", hl = "MiniIconsWhite" }, 34 - ["Taskfile.yml"] = { glyph = "󰆧", hl = "MiniIconsCyan" }, 35 - ["compose.yml"] = { glyph = "", hl = "MiniIconsCyan" }, 36 - ["Containerfile"] = { glyph = "", hl = "MiniIconsBlue" }, 34 + -- Ignore 35 + [".dockerignore"] = { hl = "MiniIconsPurple" }, 36 + [".prettierignore"] = { hl = "MiniIconsPurple" }, 37 37 38 - -- Ignore 39 - [".dockerignore"] = { hl = "MiniIconsPurple" }, 40 - [".prettierignore"] = { hl = "MiniIconsPurple" }, 41 - 42 - -- Config 43 - [".envrc"] = { glyph = "", hl = "MiniIconsYellow" }, 44 - [".tmux.conf"] = { glyph = "", hl = "MiniIconsGreen" }, 45 - ["fly.toml"] = { glyph = "", hl = "MiniIconsPurple" }, 46 - ["yazi.toml"] = { glyph = "󰇥", hl = "MiniIconsYellow" }, 47 - ["tailwind.config.js"] = { glyph = "", hl = "MiniIconsBlue" }, 48 - 49 - -- Projects 50 - ["deno.json"] = { glyph = "", hl = "MiniIconsOrange" }, 51 - ["deno.lock"] = { glyph = "", hl = "MiniIconsBlue" }, 52 - ["package.json"] = { glyph = "󰏓", hl = "MiniIconsOrange" }, 38 + -- Config 39 + [".envrc"] = { glyph = "", hl = "MiniIconsYellow" }, 40 + [".tmux.conf"] = { glyph = "", hl = "MiniIconsGreen" }, 41 + ["fly.toml"] = { glyph = "", hl = "MiniIconsPurple" }, 42 + ["yazi.toml"] = { glyph = "󰇥", hl = "MiniIconsYellow" }, 43 + ["tailwind.config.js"] = { glyph = "", hl = "MiniIconsBlue" }, 53 44 54 - ["gleam.toml"] = { glyph = "󱙨", hl = "MiniIconsPurple" }, 45 + --  root markers 46 + ["deno.json"] = { glyph = "", hl = "MiniIconsOrange" }, 47 + ["deno.lock"] = { glyph = "", hl = "MiniIconsBlue" }, 48 + ["package.json"] = { glyph = "󰏓", hl = "MiniIconsOrange" }, 49 + ["gleam.toml"] = { glyph = "󱙨", hl = "MiniIconsPurple" }, 50 + ["poetry.lock"] = { glyph = "", hl = "MiniIconsBlue" }, 51 + } 55 52 56 - ["poetry.lock"] = { glyph = "", hl = "MiniIconsBlue" }, 57 - }, 53 + return { 54 + "nvim-mini/mini.icons", 55 + opts = { 56 + directory = directory, 57 + extension = extension, 58 + file = file, 58 59 }, 59 60 }