marleyvim/nvim/lua/icons.lua

29 lines
447 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-12-04 21:35:35 -08:00
diff = '󰫙',
2024-11-30 12:51:28 -08:00
},
2024-12-04 21:35:35 -08:00
left = '',
prev = '',
right = '',
next = '',
first = '󰘀',
last = '󰘁',
undo = '',
2024-11-29 18:08:02 -08:00
}