Fork me on GitHub
#vim
<
2017-03-25
>
devth16:03:11

i'm still on regular vim with vim-fireplace. thinking moving to neovim this weekend. any recommended plugins for clojure dev with neovim (in addition to vim-fireplace)? looks like there's a lot of activity around clj for neovim, which is awesome.

devth18:03:22

one of my primary goals is speeding up my editor. https://github.com/guns/vim-clojure-static is pretty laggy for me on large Clojure files.

dominicm19:03:18

There is the ability to do async highlighting in neovim.

dominicm19:03:37

I've not done it for Clojure, but it's done for clang in https://github.com/arakashic/chromatica.nvim

dominicm19:03:52

May speed up vim on large files.

hkupty20:03:24

This probably can be done with acid... I'm thinking about doing an external plugin for acid to allow that