TaDaa / vimade

An eye friendly plugin that fades your inactive buffers and preserves your syntax highlighting!
MIT License
486 stars 8 forks source link

Enhancement (Vim): Fade line numbers by default #57

Open poetaman opened 3 years ago

poetaman commented 3 years ago

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?

TaDaa commented 3 years ago

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.