Skip to content

snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim.

Notifications You must be signed in to change notification settings

notalex/snipmate.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%