rose-pine / neovim

Soho vibes for Neovim
MIT License
2.25k stars 144 forks source link

fix: traverse existing highlight links when used with another attributes #230

Closed babywkiss closed 8 months ago

babywkiss commented 8 months ago

Fix: when user defined highlights overrides existing highlights containing link attributes, them not applied due how nvim_set_hl() works: https://neovim.io/doc/user/api.html#nvim_set_hl()

mvllow commented 8 months ago

Excellent catch, thanks for the fix :)