Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 962 Bytes

readme.md

File metadata and controls

29 lines (19 loc) · 962 Bytes

Adds support for the wonderful little CoffeeScript language to Vim. This is my first Vim script so there may be some glitches; please do open an issue if you find any.

Screenshots

Vimball installation

  1. Download the vimball.
  2. Open the vimball with Vim: vim vim-coffee-script.vba.
  3. Source the file's contents: :source %.

Manual installation

  1. Download the tarball or zipball.
  2. Extract the archive's contents into the ~/.vim directory.