Skip to content

derek-burdick/vim-terraform

 
 

Repository files navigation

vim-terraform

This plugin adds a :Terraform command that runs terraform, with tab completion of subcommands. It also sets up *.tf and *.tfstate files to be highlighted as HML (Hashicorp's JSON variant) and JSON respectively.

Installation

With pathogen.vim just do:

cd ~/.vim/bundle
git clone https://github.com/markcornick/vim-terraform.git

If you prefer to use something besides pathogen, go ahead.

Credits

Syntax highlighting and indentation by Kevin Le (@bkad) based on prior work by Larry Gilbert (@L2G). The rest written by Mark Cornick https://www.markcornick.com/ and contributors listed below. Licensed under the MIT license.

Thanks to:

  • michael j talarczyk (@mijit)
  • Koji Nakayama (@knakayama)

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

About

basic vim/terraform integration

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%