vim: fix UI icons spacing

This commit is contained in:
Fernando Schauenburg 2024-02-14 02:01:15 +01:00
parent 8a22019667
commit a9db140bf0

View file

@ -81,9 +81,9 @@ M.modes = {
} }
M.ui = { M.ui = {
Attention = ' ', Attention = '',
Bug = ' ', --  Bug = '', -- 
Checkmark = ' ', --  󰄬 󰄬  Checkmark = '', --  󰄬 󰄬 
ChevronDown = '', --  ChevronDown = '', -- 
ChevronLeft = '', --  ChevronLeft = '', -- 
ChevronRight = '', --  ChevronRight = '', -- 
@ -93,29 +93,29 @@ M.ui = {
ChevronSmallRight = '', ChevronSmallRight = '',
ChevronSmallUp = '', ChevronSmallUp = '',
Circle = '', Circle = '',
EmptyFolder = ' ', EmptyFolder = '',
EmptyFolderOpen = ' ', EmptyFolderOpen = '',
File = ' ', --  File = '', -- 
FileSymlink = ' ', --  FileSymlink = '', -- 
Files = ' ', Files = '',
Fire = ' ', --  Fire = '', -- 
Folder = '󰉋 ', Folder = '󰉋',
FolderOpen = ' ', FolderOpen = '',
FolderSymlink = ' ', FolderSymlink = '',
Gauge = '󰓅 ', --  Gauge = '󰓅', -- 
LineLeft = '', LineLeft = '',
LineLeftBold = '', LineLeftBold = '',
LineMiddle = '', LineMiddle = '',
LineMiddleBold = '', LineMiddleBold = '',
Modified = ' ', Modified = '',
Note = ' ', --  Note = '', -- 
Paste = ' ', Paste = '',
Play = ' ', Play = '',
ReadOnly = ' ', -- 'RO', ReadOnly = '', -- 'RO',
Search = ' ', --  Search = '', -- 
Sleep = '󰒲 ', Sleep = '󰒲',
TestTube = '󰙨 ', -- 󰤑 TestTube = '󰙨', -- 󰤑
Warning = ' ', Warning = '',
} }
return M return M