-
### Problem description
I'm using AstroNvim with Mason, and I have black, ruff, and pyright installed. For some reason Pyright isn't attached and is not working in neovim. It works via terminal. Ho…
-
Gitpod is good, but require internet connection and works on external machines(performance and security issues).
VSCode could do the same magic, but locally. Documentation: https://code.visualstudi…
-
Hey! Calva's a great tool — thanks for making it!
Had an enhancement idea. (Currently I do this manually and it's kind of a pain, but worth it IMO.) How hard is it to add into the formatter the pos…
-
I've updated my emacs packages, and I noticed this issue. It seems to be related (or identical) to #149, but I've been able to reproduce this in other language servers I use (clojure and rust), which …
-
**Is your feature request related to a problem? Please describe.**
This is a start to discuss what'd be needed to support a feature similar to clj-kondo hooks, where users can code they own listing…
-
jank has support for a new special form, called `native/raw`. It works in place of Clojure's interop syntax and allows for inline C++. But it also support interpolating jank expressions into that C++.…
-
It's only run when the file containing the symbol definition changes.
To reproduce, create two files:
```
;; src/proj/a.clj
(ns proj.a)
(defn f [])
;; src/proj/b.clj
(ns proj.b
(:require…
-
**Describe the bug**
Given a call site like `(foo/some-function)`, which refers to the non-existing ns alias `foo`, `clojure-lsp` will provide a `Add require '[some.ns.foo :as foo]' x N` code actio…
-
**Is your feature request related to a problem? Please describe.**
shadow-cljs [recently](https://github.com/thheller/shadow-cljs/commit/55a086aa48a6baba91d592b5906335a15ed1f2c9) added support for a …
-
I often need to find out the fully qualified name of a symbol at point (In Emacs), so I do this:
```emacs-list
(when (lsp--capability :hoverProvider)
(let ((s (-some->> (lsp--text-document-posi…
agzam updated
4 years ago