theonepath.nvim/lua/core/utils/icons.lua
2024-10-02 17:27:37 +01:00

7 lines
72 B
Lua

return {
Error = '',
Warn = '',
Hint = '',
Info = '',
}