This is vim snippets for Itamae inspired by serverspec-snippets.
- Setup the vundle package manager
- Set the bundles for itamae-snippets
Bundle 'tacahilo/itamae-snippets'
- Open up Vim and start installation with
:BundleInstall
- Setup the neobundle package manager
- Set the bundles for itamae-snippets
NeoBundle 'tacahilo/itamae-snippets'
- Open up Vim and start installation with
:NeoBundleInstall
Set itamae-snippets directory(~/.vim/bundle/itamae-snippets
) in your .vimrc.
" setting example
let g:neosnippet#snippets_directory = [
\'~/.vim/snippets',
\'~/.vim/bundle/itamae-snippets',
\]
open Itamae files and set filetype ruby.itamae
:set ft=ruby.itamae
Lcense: Same terms as Vim itself (see license)