-
Following cljfmt config has no effect:
```edn
{:cljfmt {:indents {#re ".*" [[:inner 0] [:inner 1]]}}}
```
This is based on example at https://clojure-lsp.io/settings/#project:
```
{:cljfmt {…
-
It doesn't work for me on MacOS. I think it hasn't worked in a while for me. It seems it should work even if the log path is set dynamically by clojure-lsp since it uses the log path reported from the…
-
I noticed that python's [pyright lsp](https://github.com/emacs-lsp/lsp-pyright) only fires up one instance for multiple python projects, would it make sense to have a similar feature in clojure-lsp?
…
-
### 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**
clojure-lsp diagnostics misreports as `unused public var` fns that are referenced by `bb.edn` tasks.
**To Reproduce**
create a test directory with the following files (say …
-
When a project is opened, the Calva is watching the stubs files `path/.lsp/.cache/stubs` and sending it to clojure-lsp to analyze and problems are shown on terminal. Interestingly, if the stub file n…
-
When I run clojure-lsp's tests with `bb test`, I have to edit my user config, like so:
```
{:copy-kondo-configs? false
:log-path "/tmp/clojure-lsp.out"
#_#_:cljfmt {:remove-multiple-non-indent…
-
**Problem/Opportunity**
`find-last-by-pos` is slower than it could be, especially when used to find zlocs at the end of files.
Suppose for example that you have a zipper at the root of the follo…
-
After fix this [#85](https://github.com/afucher/clojure-repl-intellij/issues/85)
The 1.5.0 version still can't execute `lein.bat` on windows.
It still gives me the error.
```
Cannot run program …
-
**Describe the bug**
The `:clojure-lsp/unused-public-var` linter's `:exclude-when-defined-by(-regex)` options only work for macros with clj-kondo hooks that set the `:defined-by` key. If you don't s…