vim: fix UI icons spacing
This commit is contained in:
parent
8a22019667
commit
a9db140bf0
1 changed files with 22 additions and 22 deletions
|
@ -81,9 +81,9 @@ M.modes = {
|
|||
}
|
||||
|
||||
M.ui = {
|
||||
Attention = ' ',
|
||||
Bug = ' ', --
|
||||
Checkmark = ' ', --
|
||||
Attention = '',
|
||||
Bug = '', --
|
||||
Checkmark = '', --
|
||||
ChevronDown = '', --
|
||||
ChevronLeft = '', --
|
||||
ChevronRight = '', --
|
||||
|
@ -93,29 +93,29 @@ M.ui = {
|
|||
ChevronSmallRight = '',
|
||||
ChevronSmallUp = '',
|
||||
Circle = '●',
|
||||
EmptyFolder = ' ',
|
||||
EmptyFolderOpen = ' ',
|
||||
File = ' ', --
|
||||
FileSymlink = ' ', --
|
||||
Files = ' ',
|
||||
Fire = ' ', --
|
||||
Folder = ' ',
|
||||
FolderOpen = ' ',
|
||||
FolderSymlink = ' ',
|
||||
Gauge = ' ', --
|
||||
EmptyFolder = '',
|
||||
EmptyFolderOpen = '',
|
||||
File = '', --
|
||||
FileSymlink = '', --
|
||||
Files = '',
|
||||
Fire = '', --
|
||||
Folder = '',
|
||||
FolderOpen = '',
|
||||
FolderSymlink = '',
|
||||
Gauge = '', --
|
||||
LineLeft = '▏',
|
||||
LineLeftBold = '▎',
|
||||
LineMiddle = '│',
|
||||
LineMiddleBold = '┃',
|
||||
Modified = ' ',
|
||||
Note = ' ', --
|
||||
Paste = ' ',
|
||||
Play = ' ',
|
||||
ReadOnly = ' ', -- 'RO',
|
||||
Search = ' ', --
|
||||
Sleep = ' ',
|
||||
TestTube = ' ', --
|
||||
Warning = ' ',
|
||||
Modified = '',
|
||||
Note = '', --
|
||||
Paste = '',
|
||||
Play = '',
|
||||
ReadOnly = '', -- 'RO',
|
||||
Search = '', --
|
||||
Sleep = '',
|
||||
TestTube = '', --
|
||||
Warning = '',
|
||||
}
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Reference in a new issue