This plugin is a coc list implement for yanky.nvim. If you use coc.nvim and yanky.nvim while have no interest in Telescope like me. You can use it for listing the yanky.nvim history.
Make sure your neovim has these installed and enabled:
In your neovim, run command:
:CocInstall coc-list-yanky
Setup keymap to open yanky history list like:
nnoremap <silent> <space>y :<C-u>CocList -A --normal yanky<cr>
MIT