bfredl / nvim-miniyank

killring-alike plugin for neovim and vim 8 with no default mappings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for insert mode

blueyed opened this issue · comments

Would it be possible to support pasting and cycling in insert mode, too?

in principle it might be done using complete(), though that will only support single-line text.

(there's an open issue for multiline completion support here)