configs/statusline: Fix extra space before git diff removed icon
This commit is contained in:
parent
a0dd82a292
commit
b86ae3b170
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ default.diff = {
|
|||
fg = default.colors.grey_fg2,
|
||||
bg = default.colors.statusline_bg,
|
||||
},
|
||||
icon = " ",
|
||||
icon = " ",
|
||||
},
|
||||
|
||||
remove = {
|
||||
|
|
Loading…
Reference in a new issue