serverspec-snippets

This is vim snippets for Serverspec.

serverspec-snippets from glidenote on Vimeo.

Requirement

Install

Vundle

  1. Setup the vundle package manager
  2. Set the bundles for serverspec-snippets
Bundle 'glidenote/serverspec-snippets'
  1. Open up Vim and start installation with :BundleInstall

Neobundle

  1. Setup the neobundle package manager
  2. Set the bundles for serverspec-snippets
NeoBundle 'glidenote/serverspec-snippets'
  1. Open up Vim and start installation with :NeoBundleInstall

Setup

Set serverspec-snippets directory(~/.vim/bundle/serverspec-snippets) in your .vimrc.

" setting example
let g:neosnippet#snippets_directory = [
      \'~/.vim/snippets',
      \'~/.vim/bundle/serverspec-snippets',
      \]

Usage

open Serverspec files and set filetype ruby.serverspec

:set ft=ruby.serverspec

License

Lcense: Same terms as Vim itself (see license)