-
Border configuration
The window border is now configurable to any of the builtin border styles or a custom border, see:h nvim_open_win()
for the exact specification. -
Highlight groups configuration
The highlight groups of the window are now configurable. It can be set through thehighlights
table in the config and can use any hlgroups there are.
- Added support for ranges
Now support pasting over selected text, like you would normally, through the clipboard.