juxt

dharrigan 2019-05-05T19:48:22.003400Z

Yello!

👋 1
dharrigan 2019-05-05T19:49:19.004700Z

So, just playing around with edge for the first time. Got a skeleton project up, connected via a nrepl (vim) to it.

dharrigan 2019-05-05T19:49:46.005200Z

Keyed in a simple defn (in vim), then whilst reading the excellent <https://juxt.pro/blog/posts/vim-1.html> 🙂

dharrigan 2019-05-05T19:50:02.005600Z

I typed in :Eval (dev/reset)

dharrigan 2019-05-05T19:50:05.005800Z

vim has hung....

dharrigan 2019-05-05T19:50:47.006300Z

can't type, pressing ctrl+c brings me back

dharrigan 2019-05-05T19:50:53.006500Z

then :messages shows this

dharrigan 2019-05-05T19:50:56.007Z

Already at newest change
"foo.clj" 18L, 258C written
Vim(python3):Traceback (most recent call last):
1 change; before #10  1 second ago
Vim(python3):Traceback (most recent call last):

dominicm 2019-05-05T19:53:36.007300Z

I don't think there is a (dev/reset) so I would expect that to blow up :) That message occurs when you hit "ctrl-c", it's just vim saying it cancelled the operation (I think)

dharrigan 2019-05-05T19:54:12.007400Z

dharrigan 2019-05-05T19:54:21.007800Z

Outdated?

dominicm 2019-05-05T19:54:34.007900Z

Ah, that's from older projects, yes :)

dharrigan 2019-05-05T19:54:38.008100Z

I see I see

dominicm 2019-05-05T19:54:57.008600Z

That guide isn't particularly edge-specific. I should perhaps do a vim-2, but things are sufficiently similar. I will think on that a little :)

dharrigan 2019-05-05T19:54:59.008700Z

that explains why #vim-fireplace is not found anymore either...

dharrigan 2019-05-05T19:55:26.009Z

but, kewl, thanks for the clarification 🙂

dominicm 2019-05-05T19:55:35.009100Z

Yes :) The channel was renamed.

dominicm 2019-05-05T19:56:26.009200Z

I use replant now, which has code to auto-find the right namespace for the reset function, because I got tired of switching between projects where it was somewhere different.

dharrigan 2019-05-05T19:56:57.009500Z

ooh

dominicm 2019-05-05T19:57:43.009600Z

So, if I do bin/app acme/dharrigan, then ../bin/rebel --nrepl -A:dev, I can nvim dev/dev.clj and :Eval (reset) works (although it takes about 10s)

dharrigan 2019-05-05T19:58:27.010100Z

ta. out of curosity, I'm a long-term vim user, has your switch to neovim been painless?

dominicm 2019-05-05T20:20:38.010400Z

@dharrigan let me know if that doesn't work for you / if you have any other issues :) nvim makes my life siginificantly easier. The switch has been painless yeah. My life is better because replant is much easier to write for neovim than for vim, the new apis are easier/more consistent.

dharrigan 2019-05-05T20:21:17.010600Z

ta

dominicm 2019-05-05T20:24:26.010700Z

Also clipboard=unnamed,unnamedplus works without installing gvim, so that's nice :) It's the little things that I can trust. neovim ports most of the vim patches anyway.

dharrigan 2019-05-05T20:24:49.010900Z

oh, that is nice.

dharrigan 2019-05-05T21:07:02.011200Z

ps, really happy you're using asciidoc, not markdown 😉

👍 1
dominicm 2019-05-05T21:07:47.011500Z

It's so much better

dharrigan 2019-05-05T21:08:02.011800Z

much! 🙂