Browse Source

fix(lualine): use 1-char width symbol for changed (#2246)

Jieru Mei 3 years ago
parent
commit
f7cae318e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lua/lvim/core/lualine/components.lua

+ 1 - 1
lua/lvim/core/lualine/components.lua

@@ -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 },