Eric Dallo
Eric Dallo
Could you please add support for gnome 3.36?
testing with clojure-lsp, it seems that the process is being sapwned from my home dir and not the project root, this probably shows a bug on server side, but other...
Emacs lsp repos use [mkdocs](https://squidfunk.github.io/mkdocs-material/) for our docs presentation like: - https://emacs-lsp.github.io/lsp-mode - https://emacs-lsp.github.io/lsp-dart - https://emacs-lsp.github.io/lsp-java - https://emacs-lsp.github.io/lsp-metals Do you think we should use the same pattern for `lsp-sonarlint`? We...
Yeah, it sounds weird, let me give some context: On [clojure-lsp](https://github.com/clojure-lsp/clojure-lsp), we have a completion code feature, where the user types something and we try to complete the code, so...
We should have a tests CI for `bb test` and `bb deploy-clojars-*` after merges
If we try for example to eval a repl after closing its conection in the terminal, we receive a `java.net.ConnectException: Connection refused` which blows up the plugin, we should handle...
We should have a linter for the clojure code, something like: `clojure-lsp diagnostics` `clojure-lsp format` `clojure-lsp clean-ns`
Equivalent to `cider-ns-refresh`