-
I added an alias like
```clj
:lsp
{:replace-deps {com.github.clojure-lsp/clojure-lsp {:mvn/version "2024.08.05-18.16.00"}}}
```
and `clj -X:lsp '{:exec-fn ...}'` doesn't work. It fails with t…
-
### 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:…
-
**Describe the bug**
When I write in a `*.clj` file:
```clj
[\!\@]
```
Clojure LSP IntelliJ marks `\!\@` as an error: ` expected, got '\!\@'`
This appears to be independent of the actual va…
-
clojure-lsp already has [snippet support](https://clojure-lsp.io/features/#snippets), but they aren't showing up in Calva. The code for them is [here](https://github.com/clojure-lsp/clojure-lsp/blob/m…
Cyrik updated
2 years ago
-
When trying to run a particular Quick Fix action in calva I get the error message:
"Command 'replace-refer-all-with-refer' not found"
![Screenshot 2024-11-21 at 11 04 51](https://github.com/user-a…
-
**Name:** clojure-lsp
**URL:** https://clojure-lsp.io
Clojure-lsp seems to be the consensus LSP implementation for Clojure and I'd like it for the refactoring etc commands that ALE provides but th…
-
When downloading nightly (and other builds) of clojure-lsp verify the download with a checksum. See the discussion in https://clojurians.slack.com/archives/CBE668G4R/p1717093602176859?thread_ts=171701…
-
**Describe the bug**
The LSPs emits a stream of `Internal Error -32603` for the files with URI-escaped characters in the file name supplied by VS Code,
_e.g._ when a file is named `hôpital.clj`.
…
mjul updated
4 months ago
-
When using the VS Code command **New file** (`cmd/ctrl+n`) and set the language of it to Clojure, you have an Untitled file.
This file gets no clojure-lsp support.
There is some discussion in #1…
-
### I confirm that...
- [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq),…