-
Notifications
You must be signed in to change notification settings - Fork 25
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
Highlight current scope - full buffer width? #12
Comments
My original idea was to dim non-current-scope text a bit, at least this should be possible now. |
Came here from pwntester/octo.nvim#105 There is a workaround to apply a highlight to the whole window-width line (including EOL space). You can define a sign and apply a
not sure if this helps here though 🤷🏻 |
Do sign highlights sum up? Let's say I have a LSP diagnostic error in my current scope. This LSP sign has no |
Im not sure, I guess the best way to figure it out is try adding two signs on the same line with different hl options |
Is your feature request related to a problem? Please describe.
I like the idea of having the current scope highlighted. But I must admit that I get "annoyed" that only the texts background changes. So depending on the different lines length and empty lines etc this just looks ugly in my very personal opinion.
Describe the solution you'd like
The highlight applies to the full line for the whole length of the buffer like the cursorline does.
I'm afraid that is not simply possible from the current highlight API...
Describe alternatives you've considered
Well, just disable the current scope highlight...
Additional context
🤷
The text was updated successfully, but these errors were encountered: