mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
200 lines
4.6 KiB
Lua
200 lines
4.6 KiB
Lua
return {
|
||
kind = {
|
||
Array = "",
|
||
-- Boolean = "",
|
||
Boolean = " ",
|
||
Class = "",
|
||
Color = "",
|
||
Codeium = " ",
|
||
Control = " ",
|
||
Collapsed = " ",
|
||
Constant = "",
|
||
Constructor = "",
|
||
Copilot = "",
|
||
CopilotOff = "",
|
||
Enum = "",
|
||
EnumMember = "",
|
||
Event = "",
|
||
Field = "",
|
||
File = "",
|
||
Folder = "",
|
||
Function = "",
|
||
Interface = "",
|
||
Key = "",
|
||
Keyword = "",
|
||
Method = "",
|
||
Module = "",
|
||
Namespace = "",
|
||
Null = "",
|
||
Number = "",
|
||
Object = "",
|
||
Operator = "",
|
||
Package = "",
|
||
Property = "",
|
||
Reference = "",
|
||
Snippet = "",
|
||
String = "",
|
||
Struct = "",
|
||
TabNine = " ",
|
||
Text = "",
|
||
TypeParameter = "",
|
||
Unit = "",
|
||
Value = "",
|
||
Variable = "",
|
||
},
|
||
git = {
|
||
LineAdded = "",
|
||
LineModified = "",
|
||
LineRemoved = "",
|
||
FileDeleted = "",
|
||
-- FileIgnored = "◌",
|
||
FileIgnored = "",
|
||
FileRenamed = "",
|
||
FileStaged = "S",
|
||
FileUnmerged = "",
|
||
FileUnstaged = "",
|
||
FileUntracked = "U",
|
||
Diff = "",
|
||
Repo = "",
|
||
Octoface = "",
|
||
Branch = "",
|
||
Branch2 = "",
|
||
Branch3 = "",
|
||
NoBranch = "",
|
||
},
|
||
ui = {
|
||
ArrowCircleDown = "",
|
||
ArrowCircleLeft = "",
|
||
ArrowCircleRight = "",
|
||
ArrowCircleUp = "",
|
||
BoldArrowDown = "",
|
||
BoldArrowLeft = "",
|
||
BoldArrowRight = "",
|
||
BoldArrowUp = "",
|
||
BoldClose = "",
|
||
BoldDividerLeft = "",
|
||
BoldDividerRight = "",
|
||
BoldLineLeft = "▎",
|
||
BookMark = "",
|
||
BoxChecked = "",
|
||
Bug = "",
|
||
Stacks = "",
|
||
Scopes = "",
|
||
Watches = "",
|
||
DebugConsole = "",
|
||
Calendar = "",
|
||
Check = "",
|
||
ChevronRight = "",
|
||
ChevronShortDown = "",
|
||
ChevronShortLeft = "",
|
||
ChevronShortRight = "",
|
||
ChevronShortUp = "",
|
||
ChevronShortDown2 = " ",
|
||
ChevronShortLeft2 = "",
|
||
ChevronShortRight2 = "",
|
||
ChevronShortUp2 = "",
|
||
Circle = " ",
|
||
Close = "",
|
||
CloudDownload = "",
|
||
Code = "",
|
||
Comment = "",
|
||
Dashboard = "",
|
||
DividerLeft = "",
|
||
DividerRight = "",
|
||
DoubleChevronRight = "»",
|
||
Ellipsis = "",
|
||
-- EmptyFolder = "",
|
||
-- EmptyFolderOpen = "",
|
||
EmptyFolder = "",
|
||
EmptyFolderOpen = "",
|
||
File = "",
|
||
FileSymlink = "",
|
||
Files = "",
|
||
FindFile = "",
|
||
FindText = "",
|
||
Fire = "",
|
||
-- Folder = "",
|
||
-- FolderOpen = "",
|
||
Folder = "",
|
||
FolderOpen = "",
|
||
FolderSymlink = "",
|
||
Forward = "",
|
||
Gear = "",
|
||
History = "",
|
||
Lightbulb = "",
|
||
LineLeft = "▏",
|
||
LineMiddle = "│",
|
||
List = "",
|
||
Lock = "",
|
||
NewFile = "",
|
||
Note = "",
|
||
Package = "",
|
||
Pencil = "",
|
||
Plus = "",
|
||
Project = "",
|
||
Search = "",
|
||
SignIn = "",
|
||
SignOut = "",
|
||
Tab = "",
|
||
Table = "",
|
||
Target = "",
|
||
Telescope = "",
|
||
Text = "",
|
||
Tree = "",
|
||
Triangle = "",
|
||
TriangleShortArrowDown = "",
|
||
TriangleShortArrowLeft = "",
|
||
TriangleShortArrowRight = "",
|
||
TriangleShortArrowUp = "",
|
||
Neovim = "",
|
||
Pending = " ",
|
||
BlankCircle = " ",
|
||
CheckCircle = " ",
|
||
DotCircle = " ",
|
||
Border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
|
||
ProjekFolder = "",
|
||
Bell = "",
|
||
ft = "",
|
||
not_loaded = "",
|
||
Paint = "",
|
||
},
|
||
folding = {
|
||
vert = "▕", -- alternatives │
|
||
fold = " ",
|
||
eob = " ", -- suppress ~ at EndOfBuffer
|
||
diff = "╱", -- alternatives = ⣿ ░ ─
|
||
msgsep = "‾",
|
||
foldopen = "▾",
|
||
foldsep = "│",
|
||
foldclose = "▸",
|
||
plusBox = "",
|
||
plusSircle = "",
|
||
plus = "",
|
||
minusBox = "",
|
||
minusSircle = "",
|
||
minus = "",
|
||
},
|
||
diagnostics = {
|
||
BoldError = "",
|
||
Error = "",
|
||
BoldWarning = "",
|
||
Warning = "",
|
||
BoldInformation = "",
|
||
Information = "",
|
||
BoldQuestion = "",
|
||
Question = "",
|
||
BoldHint = "",
|
||
Hint = "",
|
||
Debug = "",
|
||
Trace = "✎",
|
||
},
|
||
misc = {
|
||
Robot = "",
|
||
Squirrel = "",
|
||
Tag = "",
|
||
Watch = "",
|
||
Smiley = "",
|
||
Package = "",
|
||
CircuitBoard = "",
|
||
},
|
||
}
|