NoahTheDuke / coc-clojure

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

some commands like `lsp-clojure-extract-function` don't work #14

Closed nimaai closed 5 months ago

nimaai commented 5 months ago

Some refactoring commands like lsp-clojure-extract-function don't work:

[coc.nvim] Error: Internal error

I assume because they expect an input from the user?

nimaai commented 5 months ago

It works through <Plug>(coc-codeaction-refactor) interactive popup window.

NoahTheDuke commented 5 months ago

I just released 0.0.17 which fixes this. Thanks for catching it!