add custom config for net-tree
This commit is contained in:
parent
95653c6526
commit
c516919105
5 changed files with 257 additions and 5 deletions
41
lua/custom/icons/text.lua
Normal file
41
lua/custom/icons/text.lua
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
return {
|
||||
ActiveLSP = 'LSP:',
|
||||
ArrowLeft = '<',
|
||||
ArrowRight = '>',
|
||||
BufferClose = 'x',
|
||||
DapBreakpoint = 'B',
|
||||
DapBreakpointCondition = 'C',
|
||||
DapBreakpointRejected = 'R',
|
||||
DapLogPoint = 'L',
|
||||
DapStopped = '>',
|
||||
DefaultFile = '[F]',
|
||||
DiagnosticError = 'X',
|
||||
DiagnosticHint = '?',
|
||||
DiagnosticInfo = 'i',
|
||||
DiagnosticWarn = '!',
|
||||
Ellipsis = '...',
|
||||
FileModified = '*',
|
||||
FileReadOnly = '[lock]',
|
||||
FoldClosed = '+',
|
||||
FoldOpened = '-',
|
||||
FoldSeparator = ' ',
|
||||
FolderClosed = '[D]',
|
||||
FolderEmpty = '[E]',
|
||||
FolderOpen = '[O]',
|
||||
GitAdd = '[+]',
|
||||
GitChange = '[/]',
|
||||
GitConflict = '[!]',
|
||||
GitDelete = '[-]',
|
||||
GitIgnored = '[I]',
|
||||
GitRenamed = '[R]',
|
||||
GitSign = '|',
|
||||
GitStaged = '[S]',
|
||||
GitUnstaged = '[U]',
|
||||
GitUntracked = '[?]',
|
||||
MacroRecording = 'Recording:',
|
||||
Paste = '[PASTE]',
|
||||
Search = '?',
|
||||
Selected = '*',
|
||||
Spellcheck = '[SPELL]',
|
||||
TabClose = 'X',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue