conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
practicalli-john 2020-10-09T10:09:50.093400Z

Yes, I like ranger. I use it with Spacemacs and on the command line. There seems to be a few packages for ranger, any preference?

Aron 2020-10-09T10:38:57.093600Z

I just use it inside vim for navigation, preview and opening files, so https://github.com/francoiscabrol/ranger.vim I use this

1πŸ‘
Aron 2020-10-09T10:39:29.093900Z

sometimes I forget not to open nested vims through it, but I have to say that I am very much not a power vim user, I just get by with the bare minimum

Aron 2020-10-09T10:39:54.094100Z

neovim*

practicalli-john 2020-10-09T11:55:41.094400Z

I thought I new vim when I started using neovim, after using vim-style editing in Spacemacs. But there are quite a few differences outside of just editing a file, but getting there steadily. Thanks for the link.

Aron 2020-10-09T12:06:36.094600Z

Yeah, it's quite different, probably going the other way, from neovim to spacemacs, is easier. But I am fairly sure you could teach me more about vim than I could teach you. Even though I've been using it since 2009, there is only one thing that I think I do that few other people use: set scrolloff=500 to keep the cursorline centered vertically. all the rest of my config is just random stuff I copy pasted and hope it's not clashing with each other too much.

walterl 2020-10-09T21:30:22.095600Z

Does Conjure support running tests in the connected REPL? (I don't see anything about tests in the docs.)

Olical 2020-10-09T21:33:00.095800Z

Yep! It's in the Clojure specific help, I can't mix all of the help in one file because it'll become far too noisy. See :h conjure-client-clojure-nrepl and /test.

walterl 2020-10-09T21:34:17.096Z

w00t! πŸŽ‰

walterl 2020-10-09T21:38:38.097300Z

On to the grand prize: is there a way to load a stack trace into the quickfix/location window with jump support?

Olical 2020-10-09T21:44:22.097400Z

I'm afraid not 😭 that would be reaaaaaly good though. If you would like to raise that as an issue (or I will at some point I guess) it could spark a good debate about the specifics.

Olical 2020-10-09T21:44:42.097600Z

Not quite sure how it could be implemented just yet.

Olical 2020-10-09T21:44:50.097800Z

But it's a good idea.

walterl 2020-10-09T21:45:54.098Z

Yeah, I'm not sure how that could be done either, but it would be a killer feature ☠️

1🀘
2020-10-09T22:13:37.098200Z

walterl 2020-10-09T22:18:29.098300Z

Don't hold me to this, but I'll try and take a swing at this over the weekend.

2020-10-09T22:23:37.098700Z

I came across this recently: https://github.com/mattboehm/vim-unstack

1πŸ‘
2020-10-09T22:23:48.099100Z

Haven’t tried it but it looks like it might do the trick.

walterl 2020-10-09T22:27:02.099300Z

Maybe it'll make a good exercise to port to Fennel 😜