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