lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
snoe 2019-11-02T18:22:59.010300Z

@filipematossilva let's talk about clojure-lsp here. So outside of vscode most LSP clients don't have a nice way of installing the clojure-lsp server. Coc.nvim does have some sort of extension that should be looked at more closely. In general, it would be nice to have a way to install the latest release of the server on your $PATH across platforms, and to keep it updated. If you think npm is the way to do it lets try it, I was looking at homebrew, choco, and deb. Ideally I want to have a way to release into these distribution channels or channel without jumping through other hoops, this could also mean self updating the binary if the initial install is relatively painless.