Skip to content

Commit

Permalink
fix(nvim): Fix statusline component spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Dec 13, 2024
1 parent c69c4a1 commit a45be8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvim/lua/my/configure/heirline/statusline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ M.LspFormatToggle = {
name = 'heirline_LSP',
},
{
provider = '󰗈 auto-format',
provider = '󰗈 auto-format',
hl = { bg = 'surface0' },
},
{
Expand Down Expand Up @@ -258,7 +258,7 @@ M.SpellCheckToggle = {
name = 'heirline_Spellcheck',
},
{
provider = '󰓆 Spellcheck ',
provider = '󰓆 Spellcheck ',
hl = { bg = 'surface0' },
},
}
Expand Down

0 comments on commit a45be8f

Please sign in to comment.