node-cljfmt
node-cljfmt copied to clipboard
Will it be a good idea to add some editor integration tips on the README.md
I use vim, and I add the following snippet to my ~/.vimrc
file
au BufWritePost *.cljs !cljfmt -w %
Thanks for this good tool again.