From 526c010c80de00815f3fb53e1461fcbeabc55f12 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Wed, 21 Sep 2022 14:41:48 -0400 Subject: fix: lualine git signs padding --- lua/lvim/core/lualine/components.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/lvim/core/lualine/components.lua') diff --git a/lua/lvim/core/lualine/components.lua b/lua/lvim/core/lualine/components.lua index 690462cc..0a58e415 100644 --- a/lua/lvim/core/lualine/components.lua +++ b/lua/lvim/core/lualine/components.lua @@ -50,7 +50,8 @@ return { diff = { "diff", source = diff_source, - symbols = { added = "  ", modified = " ", removed = " " }, + symbols = { added = " ", modified = " ", removed = " " }, + padding = { left = 2, right = 1 }, diff_color = { added = { fg = colors.green }, modified = { fg = colors.yellow }, -- cgit v1.2.3