marleyvim/nvim/lua/icons.lua

19 lines
268 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-11-29 18:08:02 -08:00
}