aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/heirline.lua6
1 files 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 }