registers.nvim
registers.nvim copied to clipboard
Do not work paste when run with `"`
Please select which platform you are using
Linux
Was this something which used to work for you, and then stopped?
I never saw this working
Describe the bug
When I run the plugin with CRTL-R
or :Registers
it works well, but when I run it with "
it shows the registers' contents but when I select one of them via Enter
it does nothing.
Neovim version
0.7.2
Setup
require("registers").setup({})