Ver Fonte

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

Xavier Young há 3 anos atrás
pai
commit
68e841f549
1 ficheiros alterados com 1 adições e 1 exclusões
  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 },