fix(lualine): add space to diff components (#1897)

This commit is contained in:
Xavier Young 2022-02-04 16:42:11 +08:00 committed by GitHub
parent 41b3f63c37
commit 68e841f549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ return {
diff = {
"diff",
source = diff_source,
symbols = { added = "", modified = "", removed = "" },
symbols = { added = "", modified = " ", removed = "" },
diff_color = {
added = { fg = colors.green },
modified = { fg = colors.yellow },