marleyvim/nvim/lua/icons.lua

56 lines
954 B
Lua

return {
bottom = '',
center = '󰘢',
change = '',
char = '󰾹',
comment = '',
dashboard = {
quit = '',
mru = '',
project = '',
},
delete = '󰆴',
diagnostics = {
Error = '',
Warn = '',
Hint = '',
Info = '',
},
explorer = '󰙅',
first = '󰘀',
fold = '',
format = '󰉼',
git = {
added = '',
modified = '',
removed = '',
unstaged = '󰄱',
staged = '󰱒',
diff = '󰫙',
},
go_to = '',
indent = {
left = '󰉵',
decrease = '󰉵',
right = '󰉶',
increase = '󰉶',
},
last = '󰘁',
lazygit = '',
left = '',
next = '',
notifications = '󰈸',
prev = '',
registers = '󰅍',
replace = '',
right = '',
sessions = '',
spell = '',
search = '',
top = '',
ui = '󰙵',
undo = '',
visual = '',
word = '',
yank = '',
}