🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

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

at main 25 lines 317 B view raw
1local diagnostics = { 2 Error = "", 3 Warn = "", 4 Hint = "", 5 Info = "󱁯 ", 6} 7 8local kinds = { 9 Enum = "󰈲 ", 10 EnumMember = "", 11 Variable = "", 12 file = "", 13} 14 15return { 16 "LazyVim/LazyVim", 17 18 opts = { 19 20 icons = { 21 diagnostics = diagnostics, 22 kinds = kinds, 23 }, 24 }, 25}