astro-nvim-v3 - archive v3
This commit is contained in:
59
lua/plugins/configs/ui/icons.lua
Normal file
59
lua/plugins/configs/ui/icons.lua
Normal file
@@ -0,0 +1,59 @@
|
||||
return {
|
||||
-- LSP
|
||||
ActiveLSP = "",
|
||||
ActiveTS = "",
|
||||
LSPLoaded = "",
|
||||
LSPLoading1 = "⠋",
|
||||
LSPLoading2 = "⠙",
|
||||
LSPLoading3 = "⠹",
|
||||
LSPLoading4 = "⠸",
|
||||
LSPLoading5 = "⠼",
|
||||
LSPLoading6 = "⠴",
|
||||
LSPLoading7 = "⠦",
|
||||
LSPLoading8 = "⠧",
|
||||
LSPLoading9 = "⠇",
|
||||
LSPLoading10 = "⠏",
|
||||
-- Git
|
||||
Github = "",
|
||||
GitAdd = "",
|
||||
GitBranch = "",
|
||||
GitChange = "",
|
||||
GitConflict = "",
|
||||
GitDelete = "",
|
||||
GitIgnored = "",
|
||||
GitRenamed = "",
|
||||
GitStaged = "✓",
|
||||
GitUnstaged = "✗",
|
||||
GitUntracked = "★",
|
||||
Neogit = "",
|
||||
-- Files
|
||||
Ellipsis = "",
|
||||
DefaultFile = "",
|
||||
FileModified = "",
|
||||
FileReadOnly = "",
|
||||
FoldClosed = "",
|
||||
FoldOpened = "",
|
||||
FolderClosed = "",
|
||||
FolderEmpty = "",
|
||||
FolderOpen = "",
|
||||
-- DAP
|
||||
DapBreakpoint = "",
|
||||
DapBreakpointCondition = "",
|
||||
DapBreakpointRejected = "",
|
||||
DapLogPoint = "",
|
||||
DapStopped = "",
|
||||
-- Diagnostics
|
||||
Diagnostic = "",
|
||||
DiagnosticError = "",
|
||||
DiagnosticHint = "",
|
||||
DiagnosticInfo = "",
|
||||
DiagnosticWarn = "",
|
||||
-- Misc
|
||||
Mode = " ",
|
||||
FileEncoding = "",
|
||||
ScrollText = "",
|
||||
TabWidth = "",
|
||||
Search = "",
|
||||
Grapple = "",
|
||||
Codeium = "",
|
||||
}
|
||||
Reference in New Issue
Block a user