rjungemann / vim-racket

vim bundle for Racket, for use with Pathogen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

vim bundle for Racket, for use with Pathogen


Languages

Language:Vim Script 97.0%Language:Racket 3.0%