Hi, does anyone know a good clojure vim lsp? I'm using coc with this additional extension:
Plug 'clojure-vim/async-clj-omni'
And I find it heavily flawed, it doesn't even suggest my own defined functions
(yes I'm using Vim Fireplace)
There is #lsp. I haven’t used it but it seems to have a lot of momentum
I use https://github.com/clojure-lsp/clojure-lsp with coc. Works great!