-
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…
-
https://johngrib.github.io/wiki/clojure/vim-setting/ 에 잘 기록되어 있다. 다만 나는 neovim에 익숙하지 않고, vim 플러그인도 문외한이라 나에게 어려운 점들만 여기에 기록해 둔다. 나는 ubuntu 환경이다.
* nodejs 설치, brew 설치
* clojure-lsp 설치 https://johng…
-
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…
-
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…
-
To upvote this issue, give it a thumbs up. See [this list](https://github.com/clj-kondo/clj-kondo/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) for the most upvoted issues.
- [X] I have…
-
Sometimes when I'm using IntelliJ it just freezes, I close with a Force Quit. When I open it again it shows me this error:
```
Freeze for 20 seconds
IDE KILLED! Sampled time: 14200ms, sampling ra…
-
### 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), […
-
**Describe the bug**
The problem is that when renaming the same function twice, lsp loses track of its length, making the second rename not applied or applied incorrectly (e.g. mixing name with it's …
-
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…