Fork me on GitHub
#vim
<
2017-05-18
>
dominicm10:05:51

https://github.com/guns/vim-sexp/pull/24 has been merged, looks very interesting.

dominicm10:05:18

Gonna have to try this

vitruvia13:05:56

Hi guys! I'm new to clojure and to vim. I'm thinking about using neovim for developing in clojure, can anyone help me setting it up on windows?

dominicm13:05:42

https://juxt.pro/blog/posts/vim-1.html this is an overview I wrote on the plugins I use, untested on windows though @vitruvia

vitruvia13:05:00

yes, I have neovim installed and I've completed the tutorial. My question is more on how to set it up for clojure

vitruvia13:05:05

thanks, I'll take a look!

vitruvia13:05:30

what do you use for syntax highlighting?

dominicm14:05:06

there is something built into vim, but you can enhance it with https://github.com/guns/vim-clojure-static

vitruvia14:05:26

Thanks again =]

vitruvia14:05:21

Ok so I installed fireplace inside .vim/bundle; but when I call :help fireplace I get a no help is available for fireplace error. What could be wrong?

dominicm15:05:10

hmm, I don't use bundle.

jebberjeb16:05:09

I also use Vundle @vitruvia.

dominicm16:05:11

I lied because my clipboard was out of date 😆 I use https://github.com/junegunn/vim-plug

vitruvia16:05:19

I'm gonna try vundle since bundle is not working for me

hkupty18:05:46

I'd suggest acid.nvim. It's much simpler than fireplace and it's async (nonblocking)

vitruvia21:05:27

@ingvij but does it have most of the same functionalities?