Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
poetaman opened this issue Mar 14, 2021 · 1 comment
Open

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

poetaman opened this issue Mar 14, 2021 · 1 comment

Comments

@poetaman
Copy link

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
Copy link
Owner

TaDaa commented Apr 3, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants