Basic vim integration for terragrunt.
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')