vim

For discussion on all things (neo)vim.
gleisonsilva 2020-07-30T13:38:05.430500Z

Hello! Is vim-iced a good choice? I've been trying Conjure these few days and before I've used Fireplace. I couldn't find videos showing vim-iced in action. I'm trying to find the best alternative today to what we have in Emacs/Cider... what are your opinions about the current options in Vim world?

uosl 2020-08-01T10:18:37.435700Z

I switched from fireplace to iced some time ago. They're pretty similar in usage, except iced is much more feature-rich and it doesn't have the quasi-repl feature of Fireplace. It's also zero-setup if you add iced to your $PATH, as you just have to run iced repl in any Clojure project directory.

uosl 2020-08-01T10:20:40.435900Z

Iced also has a very nice stdout_buffer, which allows you to explore output pretty-printed. IIRC, this was more troublesome in fireplace.

timo 2020-07-30T13:42:20.433Z

Hi @gleisonsilva! I think vim-iced is a good choice and I am using it daily. I was using spacemacs before and vim-iced works good for me. As stated above I am having trouble with parinfer-rust but that seems to not be something a lot of people are experiencing.

3
➕ 2
dominicm 2020-07-30T14:04:42.433200Z

I think it's just a known issue, with no known fix yet

dominicm 2020-07-30T14:05:00.433400Z

There was an issue opened on vim

timo 2020-07-30T17:51:27.433800Z

alright thanks @dominicm