refactor(plugins/astroui): split configuration

This commit is contained in:
Nicolas Goudry 2024-06-07 17:12:52 +02:00
parent 519e85f142
commit 01338c04d8
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44
9 changed files with 340 additions and 238 deletions

61
plugins/astroui/icons.nix Normal file
View file

@ -0,0 +1,61 @@
# 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 = "󰈭";
}