NoahTheDuke / coc-clojure

coc.nvim plugin for clojure-lsp
Mozilla Public License 2.0
32 stars 3 forks source link

Support `zipfile` scheme #1

Closed dharrigan closed 2 years ago

dharrigan commented 2 years ago

Hi,

Using the default dependency-scheme, zip, it's important to ensure that the additional documentSelector scheme zipfile is set in order for goto definition to work correctly (i.e., namely to goto definition inside a loaded Clojure zip (jar) file dependency (like jumping to a Clojure core function)).

This scheme registration is missing from the client.

PR forthcoming!