-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add setting for numhl highlights #2637
Conversation
It may be good to change each highlight in relation to sign's one. But the default highlights should have links to " these setting are used in the screenshot above.
hi ALEErrorSignLineNr guifg=#bf616a guibg=#52050c gui=bold
hi ALEStyleErrorSignLineNr guifg=#bf616a guibg=#52050c gui=bold
hi ALEWarningSignLineNr guifg=#ebcb8b guibg=#432d00 gui=bold
hi ALEStyleWarningSignLineNr guifg=#ebcb8b guibg=#432d00 gui=bold
hi ALEInfoSignLineNr guifg=#a3be8c guibg=#163601 gui=bold |
Fixed. Please review this @w0rp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. 👍
Apologies for the delay. I've been busy for a few weeks.
How can I disable this feature if I don't want the line numbers to be highlighted (bold) ? |
If other's are interested, have a look at @blahgeek's PR. I'll try to get a modified version of that merged soon. |
* Add setting for numhl highlights * Add doc for numhl feature
* Add setting for numhl highlights * Add doc for numhl feature
In dense-analysis#2637, support for numhl highlights was added for nvim. In the meantime, vim added support for numhl highlights in patch 8.2.3874. This patch allows numhl highlights to be enabled in ALE for vim >= 8.2.3874 too.
In dense-analysis#2637, support for numhl highlights was added for nvim. In the meantime, vim added support for numhl highlights in patch 8.2.3874. This patch allows numhl highlights to be enabled in ALE for vim >= 8.2.3874 too.
In #2637, support for numhl highlights was added for nvim. In the meantime, vim added support for numhl highlights in patch 8.2.3874. This patch allows numhl highlights to be enabled in ALE for vim >= 8.2.3874 too.
In dense-analysis#2637, support for numhl highlights was added for nvim. In the meantime, vim added support for numhl highlights in patch 8.2.3874. This patch allows numhl highlights to be enabled in ALE for vim >= 8.2.3874 too.
Neovim has
numhl
option for signs. This PR adds highlights for this.neovim/neovim@bddcbbb
related: airblade/vim-gitgutter#632
ALE(Error|StyleError|Warning|StyleWarning|Info)LineNr
.CursorLineNr
.TODO
I will adds these later!