From 68e841f5493a8a2ded29e13e16bb6f9fc41c59b5 Mon Sep 17 00:00:00 2001 From: Xavier Young <45989017+younger-1@users.noreply.github.com> Date: Fri, 4 Feb 2022 16:42:11 +0800 Subject: fix(lualine): add space to diff components (#1897) --- lua/lvim/core/lualine/components.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/core/lualine') diff --git a/lua/lvim/core/lualine/components.lua b/lua/lvim/core/lualine/components.lua index b1387afa..c91c8ca2 100644 --- a/lua/lvim/core/lualine/components.lua +++ b/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 }, -- cgit v1.2.3