-
I've noticed this issue with `ef-maris-light` and `ef-elea-light`, but not with the dark themes or the other light themes I tested. Here `var1` is unused, and is correctly highlight in `fg-dim` (I thi…
-
Lately I've been noticing clojure-lsp seems to be not updating diagnostics (linting) sometimes, so I restart it. Multiple times I've seen it stop but not start back up when I issue the restart command…
-
### 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:…
-
Completely new to clojure and I have just installed lein and calva on windows. As I scroll through core.clj vs code constantly gives me error notifications like so:
![image](https://github.com/Better…
-
In one of the last versions up to v2.0.257 this stopped working. I don't know which one exactly.
We're using polylith.
When trying to connect to the remote REPL as a live share guest, I'm presen…
-
Using the slurp sexp forward command at
`(|) #_(dosomething)`
results in
`( #_)(dosomething)`
and the error:
:uneval node expects 1 value. [at line 1, column 6]
also: drag expression …
-
Hi!
Currently, AIUI there's no single, high-level option to choose the project type that will determine how the classpath is computed.
There are two approches being offered:
* Infer the proje…
-
https://johngrib.github.io/wiki/clojure/vim-setting/ 에 잘 기록되어 있다. 다만 나는 neovim에 익숙하지 않고, vim 플러그인도 문외한이라 나에게 어려운 점들만 여기에 기록해 둔다. 나는 ubuntu 환경이다.
* nodejs 설치, brew 설치
* clojure-lsp 설치 https://johng…
-
Hello there, I'm trying to build the latest clojure-lsp locally and using nix derivation on macos m1 (through rosetta since graal isn't supported https://github.com/oracle/graal/issues/2666).
**Des…
ghost updated
3 years ago
-
**Describe the bug**
Using lein and nvim.
Let's say I have a function that is defined in a library. If I "go to definition" on it, I as expected see the definition of that function in a path like `z…