Skip to content

hfm/terraform-snippets.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

terraform-snippets.vim

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

Install

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

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

Setup

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

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

Usage

open *.tf files and set filetype terraform

:set ft=terraform

or terraform plugins:

License

Lcense: Same terms as Vim itself (see license)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published