Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 570 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 570 Bytes

1.2.0

Features

  • 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 the highlights table in the config and can use any hlgroups there are.

1.1.0

Features

  • Added support for ranges
    Now support pasting over selected text, like you would normally, through the clipboard.

1.0.0