You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin uses nvim_win_set_hl_ns.
Perhaps this association will be removed by setting winhl.
nvim_win_set_hl_ns({window}, {ns_id}) *nvim_win_set_hl_ns()*
Set highlight namespace for a window. This will use highlights defined
with |nvim_set_hl()| for this namespace, but fall back to global
highlights (ns=0) when missing.
This takes precedence over the 'winhighlight' option.
Parameters: ~
• {ns_id} the namespace to use
Not a question
I investigated.
Description
Sliders aren't highlighted when the autocmd is set:
Environments
OS: Updated archlinux
Nvim: v0.10.0-dev-2246+gf4b3636f24 (almost latest commit)
Minimal reproducible full config
Steps to reproduce
Launch
:CccPicker
with the config aboveExpected behavior
Sliders are highlighted regardless of the assignment of
vim.wo[0].winhl = vim.wo[0].winhl
Actual behavior
Sliders aren't highlighted
Additional context
It might relate to the latest neovim version (I didn't tested it on older neovim versions)
The text was updated successfully, but these errors were encountered: