nvim: statusline: Add space after git ahead behind symbol
This commit is contained in:
parent
ca2d092166
commit
6b9de43829
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ M.git_ahead_behind_status = function()
|
|||
return
|
||||
vim.b.gitsigns_status_dict
|
||||
and
|
||||
string.format(" %s%s%d%s%d", '%#GitStatus#', ' ', gstatus.behind, ' ', gstatus.ahead)
|
||||
string.format(" %s%s%d%s%d", '%#GitStatus#', ' ', gstatus.behind, ' ', gstatus.ahead)
|
||||
or ""
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue