vimade icon indicating copy to clipboard operation
vimade copied to clipboard

Enhancement (Vim): Fade line numbers by default

Open poetaman opened this issue 4 years ago • 1 comments

Currently line numbers displayed to the left of window are not covered dimmed by default. It would be nice if that happens by default, or please provide a setting for Vim users (I guess g:vimade.basegroups could do that, but they are only for neovim?). Is there a big performance penalty?

poetaman avatar Mar 14 '21 21:03 poetaman

Hi @reportaman -- Unfortunately g:vimade.basegroups is neovim only and vim as far as I'm aware does not have an equivalent option to set winlocal highlights.

For vim you can use VimadeOverrideLineNr or VimadeOverrideAll which will set some of the basegroups to use vimade_0, which should look better in most cases.

TaDaa avatar Apr 03 '21 13:04 TaDaa