/vim-racket

vim bundle for Racket, for use with Pathogen

Primary LanguageVim Script

vim-racket

Installation

Module requires pathogen.vim.

cd ~/.vim/bundle
git clone https://github.com/wlangstroth/vim-racket.git

Re-open your file(s) and benefit from the features of vim-racket.

Thanks

Most of the real work on this module was done by Paul Cannon and Asumu Takikawa.

To see all the contributors,

git log | grep ^Author: | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr