From f7cae318e606c3683c532403a87c5fb19b3cea42 Mon Sep 17 00:00:00 2001 From: Jieru Mei Date: Fri, 4 Feb 2022 10:55:11 -0500 Subject: fix(lualine): use 1-char width symbol for changed (#2246) --- lua/lvim/core/lualine/components.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/core') diff --git a/lua/lvim/core/lualine/components.lua b/lua/lvim/core/lualine/components.lua index 36441656..b97f946e 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