refactor(nvim): add padding to left of heirline lsp symbol in winbar

This commit is contained in:
Price Hiller 2023-12-15 19:45:08 -06:00
parent bb5e22c572
commit 954232bad7
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -555,7 +555,7 @@ return {
hl = { fg = colors.oniViolet, bg = utils.get_highlight("WinBarNC").bg },
},
{
provider = "",
provider = " ",
hl = {
bg = colors.oniViolet,
fg = colors.sumiInk0,