marleyvim/nvim/lua/icons.lua

57 lines
954 B
Lua
Raw Normal View History

2024-11-29 18:08:02 -08:00
return {
bottom = '',
center = '󰘢',
change = '',
char = '󰾹',
comment = '',
dashboard = {
quit = '',
mru = '',
project = '',
},
delete = '󰆴',
2024-11-29 18:08:02 -08:00
diagnostics = {
Error = '',
Warn = '',
Hint = '',
Info = '',
},
explorer = '󰙅',
first = '󰘀',
fold = '',
format = '󰉼',
2024-11-30 12:51:28 -08:00
git = {
added = '',
modified = '',
removed = '',
2024-12-01 11:05:41 -08:00
unstaged = '󰄱',
staged = '󰱒',
2024-12-04 21:35:35 -08:00
diff = '󰫙',
2024-11-30 12:51:28 -08:00
},
go_to = '',
indent = {
left = '󰉵',
decrease = '󰉵',
right = '󰉶',
increase = '󰉶',
},
last = '󰘁',
lazygit = '',
2024-12-04 21:35:35 -08:00
left = '',
next = '',
notifications = '󰈸',
2024-12-04 21:35:35 -08:00
prev = '',
registers = '󰅍',
replace = '',
2024-12-04 21:35:35 -08:00
right = '',
sessions = '',
spell = '',
search = '',
top = '',
ui = '󰙵',
2024-12-04 21:35:35 -08:00
undo = '',
visual = '',
word = '',
yank = '',
2024-11-29 18:08:02 -08:00
}