dotfiles/tools/nvim/lua/config/icons.lua
2025-01-26 20:47:38 +00:00

19 lines
275 B
Lua

local M = {
diagnostics = {
Error = "",
Warning = "",
Hint = "",
Information = "",
},
lsp = "",
indent = "",
git = {
Change = "",
Add = "",
Delete = "",
Rename = "",
Branch = "",
},
}
return M