feat(utils): allow setting config options
This commit is contained in:
parent
0086f94aac
commit
86b317f881
4 changed files with 16 additions and 1 deletions
|
|
@ -1,62 +0,0 @@
|
|||
# Taken from AstroNvim
|
||||
# https://github.com/AstroNvim/AstroNvim/blob/v4.7.7/lua/astronvim/plugins/_astroui.lua#L7-L66
|
||||
{
|
||||
ActiveLSP = "";
|
||||
ActiveTS = "";
|
||||
ArrowLeft = "";
|
||||
ArrowRight = "";
|
||||
Bookmarks = "";
|
||||
BufferClose = "";
|
||||
DapBreakpoint = "";
|
||||
DapBreakpointCondition = "";
|
||||
DapBreakpointRejected = "";
|
||||
DapLogPoint = "";
|
||||
DapStopped = "";
|
||||
Debugger = "";
|
||||
DefaultFile = "";
|
||||
Diagnostic = "";
|
||||
DiagnosticError = "";
|
||||
DiagnosticHint = "";
|
||||
DiagnosticInfo = "";
|
||||
DiagnosticWarn = "";
|
||||
Ellipsis = "…";
|
||||
Environment = "";
|
||||
FileNew = "";
|
||||
FileModified = "";
|
||||
FileReadOnly = "";
|
||||
FoldClosed = "";
|
||||
FoldOpened = "";
|
||||
FoldSeparator = " ";
|
||||
FolderClosed = "";
|
||||
FolderEmpty = "";
|
||||
FolderOpen = "";
|
||||
Git = "";
|
||||
GitAdd = "";
|
||||
GitBranch = "";
|
||||
GitChange = "";
|
||||
GitConflict = "";
|
||||
GitDelete = "";
|
||||
GitIgnored = "◌";
|
||||
GitRenamed = "➜";
|
||||
GitSign = "▎";
|
||||
GitStaged = "✓";
|
||||
GitUnstaged = "✗";
|
||||
GitUntracked = "★";
|
||||
LSPLoading1 = "";
|
||||
LSPLoading2 = "";
|
||||
LSPLoading3 = "";
|
||||
MacroRecording = "";
|
||||
Package = "";
|
||||
Paste = "";
|
||||
Refresh = "";
|
||||
Search = "";
|
||||
Selected = "❯";
|
||||
Session = "";
|
||||
Sort = "";
|
||||
Spellcheck = "";
|
||||
Tab = "";
|
||||
TabClose = "";
|
||||
Terminal = "";
|
||||
Window = "";
|
||||
WordFile = "";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue