yorinasub17 / vim-terragrunt

Basic vim integration for terragrunt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-terragrunt

Basic vim integration for terragrunt.

Installation

With Vim 8 packages:

git clone https://github.com/yorinasub17/vim-terragrunt.git ~/.vim/pack/plugins/start/vim-terraform

With Pathogen:

git clone https://github.com/yorinasub17/vim-terragrunt.git ~/.vim/bundle/vim-terraform

With Vundle, add the following to ~/.vimrc:

Plugin 'yorinasub17/vim-terragrunt'

With dein.vim:

call dein#add('yorinasub17/vim-terragrunt')

About

Basic vim integration for terragrunt.

License:MIT License


Languages

Language:Vim Script 100.0%