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 = {
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