Fork me on GitHub
#vim
<
2017-10-20
>
ajs21:10:11

Is this current, it doesn't mention fireplace: https://clojurescript.org/tools/vim

dominicm22:10:27

Not even a little bit like my cljs setup

jebberjeb22:10:40

Hmm, yeah that should really be updated.

ajs22:10:48

If all I want is to edit cljs files with parenthesis control and syntax highlighting but don't necessarily need to interact with jvm, what is recommended vim setup. I'm coming from emacs evil mode.

dominicm22:10:41

@ajs vim-sexp and a version of vim with clojure static.

dominicm22:10:51

Paredit.vim is good too

dominicm22:10:40

You can install it manually too

dominicm22:10:59

7.3.803+ includes it already

ajs22:10:52

Cool I will give them a try.

ajs22:10:31

Haven't used vim much but I use the modal editing workflow a lot in emacs so figure I should give vim a solid try.

jebberjeb22:10:57

@ajs let us know how it goes

ajs22:10:20

Weekend project.