mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 07:09:23 +02:00
fix(lualine): add space to diff components (#1897)
This commit is contained in:
parent
41b3f63c37
commit
68e841f549
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue