marleyvim/nvim/lua/icons.lua

9 lines
111 B
Lua
Raw Normal View History

2024-11-29 18:08:02 -08:00
return {
diagnostics = {
Error = '',
Warn = '',
Hint = '',
Info = '',
},
}