You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that gitsigns uses ----… to divide lines in the file blame. Now, it just so happens that I also use -----… comments to separate sections of my code.
And since the file blame dividers also use the same highlight group as comments, they are practically indistinguishable, making the blame output hard to read:
Thus, my suggestion would be to make the highlight group and/or the character used for those lines configurable.
While the hlgroup is indeed hardcoded, the character is in fact affected by fillchars, and so at least changable (somewhat):
I noticed that gitsigns uses
----…
to divide lines in the file blame. Now, it just so happens that I also use-----…
comments to separate sections of my code.And since the file blame dividers also use the same highlight group as comments, they are practically indistinguishable, making the blame output hard to read:
Thus, my suggestion would be to make the highlight group and/or the character used for those lines configurable.
While the hlgroup is indeed hardcoded, the character is in fact affected by
fillchars
, and so at least changable (somewhat):gitsigns.nvim/lua/gitsigns/blame.lua
Lines 142 to 145 in 5f808b5
The text was updated successfully, but these errors were encountered: