Last active
December 31, 2015 15:49
-
-
Save edlich/8009891 to your computer and use it in GitHub Desktop.
Current state of the art Clojure with vim description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VIM and Clojure: | |
The current steps might be (intended for vim beginners). | |
0A. Install Pathogen for easy vim installation (optional) | |
- https://github.com/tpope/vim-pathogen | |
- http://www.vim.org/scripts/script.php?script_id=2332 | |
0B. Install new version of static runtime editing (optional, only if latest version is needed) | |
- https://github.com/guns/vim-clojure-static | |
1. Install Fireplace (formerly foreplay) | |
- https://github.com/tpope/vim-fireplace/wiki | |
more help: | |
( http://clojure-doc.org/articles/tutorials/vim_fireplace.html ) | |
( http://www.youtube.com/watch?v=LiA56W3V3_w ) | |
( http://vimeo.com/78173251 ) | |
2. Install redl for better read, eval, debug loop (depends on fireplace) | |
- https://github.com/dgrnbrg/vim-redl | |
Optional nice stuff: | |
* Install https://github.com/vim-scripts/paredit.vim (to avoid struggeling with brackets)) | |
* Install rainbow colors: https://github.com/kien/rainbow_parentheses.vim | |
Background overview: | |
# http://mybuddymichael.com/writings/writing-clojure-with-vim-in-2013.html | |
# http://cemerick.com/2013/11/18/results-of-the-2013-state-of-clojure-clojurescript-survey | |
Agree? Disagree? Have more or newer info? | |
Drop me an email at edlich on gmail.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment