Closed maxjcohen closed 2 years ago
I knew this was a problem, but I thought it was a terminal issue, since for some terminals the colors of the numbers are respected and in others they are white, by removing the lines in your PR anyway I get all gray numbers.
I knew this was a problem, but I thought it was a terminal issue
I tried with Alacritty and st, both seem to work the same way, but can't say for any other terminal.
by removing the lines in your PR anyway I get all gray number
Isn't that the expected look ?
Nope, the expected look is in the README screenshot, i figured out what is the problem, i'm going to fix it now
This should work
I think that broke classic numbers (aka no relativenumber
) on my end. All line number but the current are blue.
With relativenumber
, things look good when cursorlineopt
is not set to number
(which is part of the default).
What do you think about it now?
Seems good to me, nicely done.
Nice
Hi, small PR to remove specific values for
LineNrAbove
and Below, causingrelativenumber
to appear in fixed (here white) color. By simply removing those lines, vim and nvim fall back to theLineNr
value forrelativenumber
.