-
Changing the clojure-lsp settings in `./lsp/config.edn` requires reloading the vscode window. It would be cool if there would a way to reload clojure-lsp without reloading vscode.
-
Corgi aims to be a fairly minimal config, while at the same time being fairly complete when it comes to Clojure development. You should have a setup out of the box that gives you the amenities you wou…
-
**Describe the bug**
clojure-lsp/unused-public-var reports a function as unused when it is used in an anonymous function literal inside a macro configured with a hook.
`a.clj`:
```clojure
(ns a)…
-
https://github.com/sg-qwt/debuglsp
1. run `nix develop` to start a devshell
2. run `emacs-bad` inside that devshell
3. hover on one of the java class in the clojure file and xref-find-definitons …
-
**Describe the bug**
I use Emac with lsp-mode.
When I create new clojure file and try to save, lsp server doen't response.
**To Reproduce**
Steps to reproduce the behavior, ideally a link to htt…
-
**Is your feature request related to a problem? Please describe.**
When renaming a namespace clojure-lsp doesn´t rename explicit qualified keywords on edn files. E.g. If i do a namespace renaming fro…
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
Based on a [discussion](https://github.com/clojure-lsp/lsp4clj/pull/13#discussion_r928005153) started in #13, the idea was raised of creating a suite of utils for projects that use lsp4clj. This could…
-
Sometimes Calva users run into issues that are related (or may be) to clojure-lsp, and we have to inform them of where the log files are and ask that they send log info. It would be nice if Calva assi…
-