marleyvim/nvim/lua/icons.lua

96 lines
1.7 KiB
Lua
Raw Normal View History

2024-11-29 18:08:02 -08:00
return {
2024-12-15 11:18:47 -08:00
around = '󰅪',
bottom = '',
center = '󰘢',
change = '',
char = '󰾹',
comment = '',
dashboard = {
quit = '',
mru = '',
project = '',
},
delete = '󰆴',
2024-11-29 18:08:02 -08:00
diagnostics = {
2024-12-22 09:32:57 -08:00
Error = '',
Warn = '',
Hint = '',
Info = '',
2024-11-29 18:08:02 -08:00
},
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 = '󰉶',
},
2024-12-15 11:18:47 -08:00
inner = '󰅩',
last = '󰘁',
lazygit = '',
2024-12-04 21:35:35 -08:00
left = '',
2024-12-15 11:18:47 -08:00
lsp = {
Array = '',
Boolean = '',
Class = '',
Color = '',
Control = '',
Constant = '󰏿',
Constructor = '',
Enum = '',
EnumMember = '',
Event = '',
Field = '',
File = '',
Folder = '',
Function = '󰊕',
Interface = '',
Key = '󰌋',
Keyword = '',
Method = '󰊕',
Module = '',
Namespace = '󰌗',
Null = '',
Number = '󰎠',
Object = '',
Operator = '󰆕',
Package = '',
Property = '',
Reference = '',
Snippet = '󱄽',
String = '',
Struct = '',
Text = '',
TypeParameter = '',
Unit = '',
Value = '',
Variable = '',
2024-12-15 11:18:47 -08:00
},
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
}