/vim-racket

vim bundle for Racket

Primary LanguageVim ScriptMIT LicenseMIT

vim-racket

See also Vim in the Racket Guide.

Installation

This module works with native packages and many Vim plugin managers. To use with pathogen, type the following into a terminal:

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

Re-open your file(s) and benefit from the features of vim-racket. See :help racket for more details.

Pairs well with rparen.vim, a global mapping on ] to insert the right closer. Here is one updated version of the same script

Thanks

This version is an updated fork of wlangstroth/vim-racket with improved Racket support.

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

To see all the contributors,

git shortlog -sn