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.
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