Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 602 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 602 Bytes

Collection of Snippets of CoffeeScript for VIM

Prerequisitos

Before you can install the snippet, you must install Vim Snippets Really recommended have installed Vim syntax highlighting and indentation support. Vim CoffeeScript

Installation:

Clone this repo in some where:

$ git clone git@github.com:carlosvillu/coffeScript-VIM-Snippets.git
$ cd coffeScript-VIM-Snippets
$ cp coffee.snippets ~/.vim/snippets/

Then restart your VIM

##additions added support for backbone.js