forked from dineshsalunke/nvim-config
refactor: add icons map
This commit is contained in:
parent
5c17f9b01d
commit
97b2bcc648
60
lua/config/icons.lua
Normal file
60
lua/config/icons.lua
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
return {
|
||||||
|
ActiveLSP = "",
|
||||||
|
ActiveTS = "",
|
||||||
|
ArrowLeft = "",
|
||||||
|
ArrowRight = "",
|
||||||
|
Bookmarks = "",
|
||||||
|
BufferClose = "",
|
||||||
|
DapBreakpoint = "",
|
||||||
|
DapBreakpointCondition = "",
|
||||||
|
DapBreakpointRejected = "",
|
||||||
|
DapLogPoint = ".>",
|
||||||
|
DapStopped = "",
|
||||||
|
Debugger = "",
|
||||||
|
DefaultFile = "",
|
||||||
|
Diagnostic = "",
|
||||||
|
DiagnosticError = "",
|
||||||
|
DiagnosticHint = "",
|
||||||
|
DiagnosticInfo = "",
|
||||||
|
DiagnosticWarn = "",
|
||||||
|
Ellipsis = "…",
|
||||||
|
FileNew = "",
|
||||||
|
FileModified = "",
|
||||||
|
FileReadOnly = "",
|
||||||
|
FoldClosed = "",
|
||||||
|
FoldOpened = "",
|
||||||
|
FoldSeparator = " ",
|
||||||
|
FolderClosed = "",
|
||||||
|
FolderEmpty = "",
|
||||||
|
FolderOpen = "",
|
||||||
|
Git = "",
|
||||||
|
GitAdd = "",
|
||||||
|
GitBranch = "",
|
||||||
|
GitChange = "",
|
||||||
|
GitConflict = "",
|
||||||
|
GitDelete = "",
|
||||||
|
GitIgnored = "◌",
|
||||||
|
GitRenamed = "➜",
|
||||||
|
GitSign = "▎",
|
||||||
|
GitStaged = "✓",
|
||||||
|
GitUnstaged = "✗",
|
||||||
|
GitUntracked = "★",
|
||||||
|
LSPLoaded = "", -- TODO: Remove unused icon in AstroNvim v4
|
||||||
|
LSPLoading1 = "",
|
||||||
|
LSPLoading2 = "",
|
||||||
|
LSPLoading3 = "",
|
||||||
|
MacroRecording = "",
|
||||||
|
Package = "",
|
||||||
|
Paste = "",
|
||||||
|
Refresh = "",
|
||||||
|
Search = "",
|
||||||
|
Selected = "❯",
|
||||||
|
Session = "",
|
||||||
|
Sort = "",
|
||||||
|
Spellcheck = "",
|
||||||
|
Tab = "",
|
||||||
|
TabClose = "",
|
||||||
|
Terminal = "",
|
||||||
|
Window = "",
|
||||||
|
WordFile = "",
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user