-
I am using the [neoconf](https://github.com/folke/neoconf.nvim) plugin in neovim which allows on the fly configuration of lsp servers.
The plugin changes the configuration notifying the server with…
-
As we add new features or refactor, we'd like to avoid accidentally degrading performance. As part of that effort, clojure-lsp should have performance tests.
Some ideas:
* Performance tests output…
-
See the lengthy discussion here: https://github.com/microsoft/language-server-protocol/issues/376
It seems that clojure-lsp is one of a few that uses UTF-16 https://github.com/Avi-D-coder/lsp-range…
-
**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…
-
**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…
-
`lsp--calculate-root` calculates the project root by asking the user via `lsp--find-root-interactively`. Here I am missing an option to provide a custom project root for all files in the current proje…
witek updated
2 years ago
-
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 {…
-
### 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:…
-
I had an untitled file (created with `cmd+n`) with some content. When I saved it, naming it according to its namespace, the content was wiped.
## Steps to reproduce:
1 cmd+n
2 Enter this code…
PEZ updated
11 months ago
-
All Calva's dependencies that use `rewrite-clj`, such as `clojure-lsp`, commonly propogate parsing exceptions. (I'm guessing Calva's direct use of `rewrite-clj` does the same?) Calva then fails to han…