registers.nvim icon indicating copy to clipboard operation
registers.nvim copied to clipboard

Configurable popup window opts

Open wookayin opened this issue 3 years ago • 1 comments
trafficstars

Hello! Thanks for writing a great plugin.

It would be nice if users are allowed to make a customization on the floating window: currently many options are hard-coded in https://github.com/tversteeg/registers.nvim/blob/main/lua/registers.lua#L143-L153. For example, style or border, etc. as done in many other plugins involving floating windows.

wookayin avatar Feb 08 '22 03:02 wookayin

This is a good idea, do you have an example of a plugin where it's configurable? I would like my implementation to be consistent with other plugins, if possible.

tversteeg avatar Feb 08 '22 10:02 tversteeg

Fixed in #68.

tversteeg avatar Sep 11 '22 14:09 tversteeg