marleyvim/nvim/lua/icons.lua
2024-12-01 11:05:41 -08:00

20 lines
312 B
Lua

return {
diagnostics = {
Error = '',
Warn = '',
Hint = '',
Info = '',
},
dashboard = {
quit = '',
mru = '',
project = '',
},
git = {
added = '',
modified = '',
removed = '',
unstaged = '󰄱',
staged = '󰱒',
},
}