rebelot/heirline.nvim

![ and ] show up inside statusline

Closed this issue · 1 comments

I had to comment these sections from Diagnostic,

    -- {
    --     provider = "![",
    -- },

to make these chars not appear in the statusline. I'm very curious, what is the ![] syntax? What interprets it and what does it mean semantically? Hard to search. It's at least apparently not involved in statusline parsing on the nvim side.

It's not any special characters I believe, just some kind of separator for the diagnostics section. And you are correct, commenting/removing it to make it disappear from the statusline, will not affect anything