Fork me on GitHub
#vim
<
2021-02-20
>
dharrigan10:02:54

If anyone is using parinfer-rust with one of those new-fangled M1 chips, I managed to finally get it to work

dharrigan10:02:14

Not that I really use the mac for development, but I like consistency and it bugged me 🙂

dharrigan10:02:24

It actually got me thinking - now that graalvm has matured and Clojure 1.10.2 has better support, perhaps a parinfer-clj using a compiled rust to Clojure port done 🙂

jkrasnay15:02:40

Any CoC/clojure-lsp users out there: I can’t seem to figure out how to add a missing namespace alias to my :require block. I’m using the mappings from @snoe’s .vimrc but I’m not sure which one to use (`cram` for add-missing-libspec?). Any ideas?

jkrasnay15:02:08

Ideally I could get some sort of quickfix menu popping up.

dharrigan17:02:15

Have a look here:

dharrigan17:02:16

In particular, here

dharrigan17:02:22

And this pulls up the quick fix

dharrigan17:02:44

(line 83 onwards)

jkrasnay17:02:59

Thanks @dharrigan. I was working in a .cljc file with reader conditionals to pull in different :requires based on CLJ vs CLJS, which I guess LSP doesn’t support (understandably). It works fine without those reader conditionals.

dharrigan17:02:58

np, perhaps raise it in #lsp?