Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
692 stars 111 forks source link

Bug: `hl-VertSplit` is deprecated. #157

Closed pysan3 closed 8 months ago

pysan3 commented 9 months ago

As title. hl-VertSplit is deprecated and has been renamed to hl-WinSeparator.

It will be nice if you could define hl-WinSeparator (under hl-VertSplit with the exact same values) or add something equivalent to :hi default link WinSeparator VertSplit.

https://neovim.io/doc/user/deprecated.html#_highlights

Thanks in advance.