From a45be8f7a2e0bcb9eabe3dbc8de473ff24f54e40 Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Fri, 13 Dec 2024 11:22:43 -0500 Subject: [PATCH] fix(nvim): Fix statusline component spacing --- nvim/lua/my/configure/heirline/statusline.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/lua/my/configure/heirline/statusline.lua b/nvim/lua/my/configure/heirline/statusline.lua index d5478fa3..c424f658 100644 --- a/nvim/lua/my/configure/heirline/statusline.lua +++ b/nvim/lua/my/configure/heirline/statusline.lua @@ -229,7 +229,7 @@ M.LspFormatToggle = { name = 'heirline_LSP', }, { - provider = '󰗈 auto-format', + provider = '󰗈 auto-format', hl = { bg = 'surface0' }, }, { @@ -258,7 +258,7 @@ M.SpellCheckToggle = { name = 'heirline_Spellcheck', }, { - provider = '󰓆 Spellcheck ', + provider = '󰓆 Spellcheck ', hl = { bg = 'surface0' }, }, }