Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 716 Bytes

README.textile

File metadata and controls

13 lines (7 loc) · 716 Bytes

snipmate.vim

snipmate.vim is simple plugin to provide snippets in Vim. To add custom snippets, simply check a file in the snippets/ folder and follow the pattern. Snippets for a particular language are all bundled in a single file. For example, all ruby snippets are inside snippets/ruby.snippets. html.erb snippets are an exception to this rule. They will be found under the snippets/eruby/ folder

This fork was made to add more snippets, mainly for Ruby.

Installation

If you don’t have a preferred installation method, I recommend using Vundle

With Vundle, you can simply add Bundle ‘notalex/snipmate.vim’ to your .vimrc and run

:BundleInstall