Everblush / nvim

A port of everblush.vim but written in lua
MIT License
245 stars 16 forks source link

Add highlight for WinSeparator #23

Open fingolfin19 opened 10 months ago

fingolfin19 commented 10 months ago

Nvim is deprecating VertSplit and moving to WinSeparator for borders in 0.10. By default, WinSeparator links to normal which does not look great for most colorschemes.

mngshm commented 10 months ago

ohh, could you please share some commit hash or reference for this change of theirs ? I'll check on how to fix this issue in everblush as well.

fingolfin19 commented 10 months ago

ohh, could you please share some commit hash or reference for this change of theirs ? I'll check on how to fix this issue in everblush as well.

I think this is the relevant commit.

Also the breaking changes doc.