-
Expected:
* Running inline-symbol on a symbol in a `let`, which is the only binding in the `let`, removes the `let`.
Actual:
* When I run inline-symbol and the symbol is from the only binding…
-
First off, amazing work on Helix everyone!! super impressive and fun to use!!
I'm trying out Helix with some LSPs and running into some issues I'm hoping someone has hit before...
This is specif…
-
### Is there an existing issue for this bug?
- [X] I have searched the existing issues
### Required Troubleshooting Steps
- [X] I have followed these troubleshooting steps
- [X] I have tried both v…
-
### Link to the package base(s) in the AUR
https://aur.archlinux.org/packages/lapce-git
### Utility this package has for you
Code Editor made in Rust
### Do you consider the package(s) to be usefu…
-
This is two related feature requests.
First, it would be nice if it were possible to control the verbosity of the server traces. Currently, they are either on or off. But it would be nice to have a…
-
Hello!
Thanks for this. It works beautifully.
Unfortunately, and understandably, it hasn't yet been updated to the [latest version, which includes a feature I had requested](https://github.com/k…
-
Hello. I think Clojure should have a place in your list. The only 'serious' language server I found is https://github.com/snoe/clojure-lsp and it's not complete yet. Worth tracking its progress.
-
Time to resurrect this project. Whoever wants to help then respond to this issue and let's get some plans ready. At the very least we need to do a detailed comparison of Alchemist to Elixir Mode (http…
-
**version**
clj-kondo v2022.04.08
**platform**
Native
**editor**
Emacs
**problem**
A `conj` function doesn't provide the required information about its signature for `clojure-lsp`, while …
-
I'm using clojure-lsp with `LanguageClient-neovim` and when I call hover on any clojure.core function, nothing happens. It seems to work fine with functions I've defined however.