47 lines
1.0 KiB
Lua
47 lines
1.0 KiB
Lua
|
return {
|
|||
|
ActiveLSP = "",
|
|||
|
ActiveTS = "綠",
|
|||
|
ArrowLeft = "",
|
|||
|
ArrowRight = "",
|
|||
|
BufferClose = "",
|
|||
|
DapBreakpoint = "",
|
|||
|
DapBreakpointCondition = "",
|
|||
|
DapBreakpointRejected = "",
|
|||
|
DapLogPoint = ".>",
|
|||
|
DapStopped = "",
|
|||
|
DefaultFile = "",
|
|||
|
Diagnostic = "裂",
|
|||
|
DiagnosticError = "",
|
|||
|
DiagnosticHint = "",
|
|||
|
DiagnosticInfo = "",
|
|||
|
DiagnosticWarn = "",
|
|||
|
Ellipsis = "…",
|
|||
|
FileModified = "",
|
|||
|
FileReadOnly = "",
|
|||
|
FolderClosed = "",
|
|||
|
FolderEmpty = "",
|
|||
|
FolderOpen = "",
|
|||
|
Git = "",
|
|||
|
GitAdd = "",
|
|||
|
GitBranch = "",
|
|||
|
GitChange = "",
|
|||
|
GitConflict = "",
|
|||
|
GitDelete = "",
|
|||
|
GitIgnored = "◌",
|
|||
|
GitRenamed = "➜",
|
|||
|
GitStaged = "✓",
|
|||
|
GitUnstaged = "✗",
|
|||
|
GitUntracked = "★",
|
|||
|
LSPLoaded = "",
|
|||
|
LSPLoading1 = "",
|
|||
|
LSPLoading2 = "",
|
|||
|
LSPLoading3 = "",
|
|||
|
MacroRecording = "",
|
|||
|
NeovimClose = "", -- TODO v3: remove this icon
|
|||
|
Paste = "",
|
|||
|
Search = "",
|
|||
|
Selected = "❯",
|
|||
|
Spellcheck = "暈",
|
|||
|
TabClose = "",
|
|||
|
}
|