coc-clap
coc-clap copied to clipboard
Any way to bind coc-references?
In the main docs for coc they have an example for jumping to references for the symbol under the cursor. This opens a list if there is more than one.
nmap <silent> gr <Plug>(coc-references)
I'm not super familiar with the <Plug> notation and how it works. I've been trying to figure out if there's a way to bind this to coc-clap but so far not had any break through... has anyone tried and succeeded here and care to share their config?