vim

For discussion on all things (neo)vim.
dharrigan 2021-02-20T10:27:54.000600Z

If anyone is using parinfer-rust with one of those new-fangled M1 chips, I managed to finally get it to work <https://github.com/eraserhd/parinfer-rust/issues/94>

dharrigan 2021-02-20T10:28:14.001100Z

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

dharrigan 2021-02-20T10:35:24.002100Z

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 🙂

2021-02-20T15:01:40.005600Z

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?

2021-02-20T15:02:08.006200Z

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

dharrigan 2021-02-20T17:00:15.006400Z

Have a look here:

dharrigan 2021-02-20T17:01:06.006600Z

<https://github.com/dharrigan/vimconfig>

dharrigan 2021-02-20T17:01:16.006800Z

In particular, here <https://github.com/dharrigan/vimconfig/blob/master/custom/600-mappings.vim#L123>

dharrigan 2021-02-20T17:02:22.007300Z

And this pulls up the quick fix <https://github.com/dharrigan/vimconfig/blob/8e92d5a643cf44972c2ba0930f8d37657de9f490/custom/600-mappings.vim#L83>

dharrigan 2021-02-20T17:02:44.007600Z

(line 83 onwards)

2021-02-20T17:30:59.010700Z

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.

dharrigan 2021-02-20T17:32:58.010900Z

np, perhaps raise it in #lsp?