adding initial base config from astrovim
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
return {
|
||||
ActiveLSP = "LSP:",
|
||||
ArrowLeft = "<",
|
||||
ArrowRight = ">",
|
||||
BufferClose = "x",
|
||||
DapBreakpoint = "B",
|
||||
DapBreakpointCondition = "C",
|
||||
DapBreakpointRejected = "R",
|
||||
DapLogPoint = "L",
|
||||
DapStopped = ">",
|
||||
DefaultFile = "[F]",
|
||||
DiagnosticError = "X",
|
||||
DiagnosticHint = "?",
|
||||
DiagnosticInfo = "i",
|
||||
DiagnosticWarn = "!",
|
||||
Ellipsis = "...",
|
||||
FileModified = "*",
|
||||
FileReadOnly = "[lock]",
|
||||
FolderClosed = "[D]",
|
||||
FolderEmpty = "[E]",
|
||||
FolderOpen = "[O]",
|
||||
GitAdd = "[+]",
|
||||
GitChange = "[/]",
|
||||
GitConflict = "[!]",
|
||||
GitDelete = "[-]",
|
||||
GitIgnored = "[I]",
|
||||
GitRenamed = "[R]",
|
||||
GitStaged = "[S]",
|
||||
GitUnstaged = "[U]",
|
||||
GitUntracked = "[?]",
|
||||
MacroRecording = "Recording:",
|
||||
NeovimClose = "X", -- TODO v3: remove this icon
|
||||
Paste = "[PASTE]",
|
||||
Search = "?",
|
||||
Selected = "*",
|
||||
Spellcheck = "[SPELL]",
|
||||
TabClose = "X",
|
||||
}
|
||||
Reference in New Issue
Block a user