Skip to content

hfm/itamae-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

itamae-snippets

This is vim snippets for Itamae inspired by serverspec-snippets.

Requirement

Install

Vundle

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

Neobundle

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

Setup

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

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

Usage

open Itamae files and set filetype ruby.itamae

:set ft=ruby.itamae

License

Lcense: Same terms as Vim itself (see license)

About

Vim snippets for Itamae

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published