From e80d83d242ff4e80842d38482a32dec96c31a61f Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 23 Aug 2023 16:32:52 +0200 Subject: Add (Left/Right)Space to left and right special (DefaultStatusline) sections --- lua/plugins/heirline.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lua/plugins/heirline.lua b/lua/plugins/heirline.lua index 9066adf..f8ae814 100644 --- a/lua/plugins/heirline.lua +++ b/lua/plugins/heirline.lua @@ -792,8 +792,9 @@ local sections = { left, middle, right } local DefaultStatusline = { sections } local specialleft = { - { ViMode, hl = { fg = utils.get_highlight('statusline').bg, force = true } }, - { LeftSpace, hl = { bg = colors.nobg, force = true } }, + { RightSpace, hl = { bg = colors.nobg, force = true } }, + { ViMode, hl = { fg = utils.get_highlight('statusline').bg, force = true } }, + { LeftSpace, hl = { bg = colors.nobg, force = true } }, } local specialmiddle = { @@ -805,6 +806,7 @@ local specialmiddle = { local specialright = { { RightSpace, hl = { bg = colors.nobg, force = true } }, { Ruler, hl = { fg = utils.get_highlight('statusline').bg, force = true } }, + { LeftSpace, hl = { bg = colors.nobg, force = true } }, } local specialsections = { specialleft, specialmiddle, specialright } -- cgit v1.2.3