marleyvim/nvim/lua/icons.lua

21 lines
312 B
Lua
Raw Normal View History

2024-11-29 18:08:02 -08:00
return {
diagnostics = {
Error = '',
Warn = '',
Hint = '',
Info = '',
},
dashboard = {
quit = '',
mru = '',
project = '',
},
2024-11-30 12:51:28 -08:00
git = {
added = '',
modified = '',
removed = '',
2024-12-01 11:05:41 -08:00
unstaged = '󰄱',
staged = '󰱒',
2024-11-30 12:51:28 -08:00
},
2024-11-29 18:08:02 -08:00
}