adding initial base config from astrovim
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
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 = "",
|
||||
}
|
||||
Reference in New Issue
Block a user