marleyvim/nvim/lua/icons.lua

14 lines
188 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-29 18:08:02 -08:00
}