configs/statusline: Fix extra space before git diff removed icon
This commit is contained in:
parent
a0dd82a292
commit
b86ae3b170
|
@ -143,7 +143,7 @@ default.diff = {
|
|||
fg = default.colors.grey_fg2,
|
||||
bg = default.colors.statusline_bg,
|
||||
},
|
||||
icon = " ",
|
||||
icon = " ",
|
||||
},
|
||||
|
||||
remove = {
|
||||
|
|
Loading…
Reference in New Issue