kickstart.nvim/lua/custom/icons/nerd_font.lua

61 lines
1.3 KiB
Lua
Raw Normal View History

2024-05-30 16:19:17 +03:00
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 = '󰈭',
}