Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 541 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 541 Bytes

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