Fork me on GitHub
#vim
<
2022-02-23
>
nate18:02:08

The new #lsp ability to show protocol implementations to jump to (see https://clojurians.slack.com/archives/C06MAR553/p1645624716522849) works with coc.nvim:

nmap <silent> gI  :call CocAction('jumpImplementation')<CR>

🚀 1
sheluchin18:02:01

Sweet. Thanks for the heads up!