Plugin to see and copy yank history entries!
Made with nui.nvim
Start development from root project folder with:
nvim -c "set rtp+=./"
Inside Neovim load local plugin with:
:lua require"yanklist"
Or open start it directly with:
:lua require"yanklist".open()