vimade
vimade copied to clipboard
Enhancement (Vim): Fade line numbers by default
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?
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.