All Projects → vim-scripts → Vim Terraform

vim-scripts / Vim Terraform

Licence: mit
basic vim/terraform integration

Labels

Projects that are alternatives of or similar to Vim Terraform

Dotvim
An attempt at The Ultimate Vim Configuration™ with focus on Rails development. DEPRECATED, SEE https://github.com/vitaly/dotvim2
Stars: ✭ 553 (+10960%)
Mutual labels:  viml
Dwm.vim
Tiled Window Management for Vim
Stars: ✭ 645 (+12800%)
Mutual labels:  viml
Vimcompletesme
You don't Complete Me; Vim Completes Me! A super simple, super minimal, super light-weight tab completion plugin for Vim.
Stars: ✭ 752 (+14940%)
Mutual labels:  viml
Hardmode
Vim: Hard Mode (deprecated)
Stars: ✭ 580 (+11500%)
Mutual labels:  viml
Vim Css Color
Highlight colors in css files
Stars: ✭ 635 (+12600%)
Mutual labels:  viml
Dotfiles
🔧 .files
Stars: ✭ 717 (+14240%)
Mutual labels:  viml
Creep
a pretty sweet 4px wide pixel font.
Stars: ✭ 546 (+10820%)
Mutual labels:  viml
Vim Focusclip
Integrate vim and system clipboard without breaking your workflow.
Stars: ✭ 5 (+0%)
Mutual labels:  viml
Dockerfile.vim
Vim syntax file & snippets for Docker's Dockerfile
Stars: ✭ 645 (+12800%)
Mutual labels:  viml
Ethanschoonover.com Old
website source (hakyll, pandoc markdown)
Stars: ✭ 748 (+14860%)
Mutual labels:  viml
Taglist.vim
Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc)
Stars: ✭ 604 (+11980%)
Mutual labels:  viml
Timl
Clojure like language which compiles down to VimL
Stars: ✭ 622 (+12340%)
Mutual labels:  viml
Swift.vim
Vim runtime files for Swift
Stars: ✭ 738 (+14660%)
Mutual labels:  viml
Vim Gnupg
This script implements transparent editing of gpg encrypted files.
Stars: ✭ 566 (+11220%)
Mutual labels:  viml
Vim Colors Solarized
precision colorscheme for the vim text editor
Stars: ✭ 6,306 (+126020%)
Mutual labels:  viml
Vim As A Python Ide
Example code from my PyCon APAC 2012 talk.
Stars: ✭ 549 (+10880%)
Mutual labels:  viml
Any Jump.vim
Jump to any definition and references 👁 IDE madness without overhead 🚀
Stars: ✭ 714 (+14180%)
Mutual labels:  viml
My.vimrc
Stars: ✭ 5 (+0%)
Mutual labels:  viml
Nvim Config
我的neovim配置
Stars: ✭ 5 (+0%)
Mutual labels:  viml
No plugins
"Slides" and supplemental info from my August 3rd 2016 NYC Vim talk
Stars: ✭ 746 (+14820%)
Mutual labels:  viml

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 git://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 [email protected] by adapting my prior vim-vagrant plugin. Licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].