Skip to content

rhadley-recurly/vim-terragrunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-terragrunt

This is very much a hack but it works. I don't know what I'm doing.

Vim plugin to format Terragrunt Hashicorp Configuration Language (HCL) files.

This plugin will run terragrunt hclfmt on the current directory on every :w on a .hcl file.

Usage

Save the file or call :HclFmt.

By default vim-terragrunt automatically formats .hcl files. You can permanently set this configuration in your ~/.vimrc as follows:

let g:hcl_fmt_autosave = 0

Install

With Pathogen:

git clone https://github.com/rhadley-recurly/vim-terragrunt.git ~/.vim/bundle/vim-terragrunt

About

hacked together terragrunt hclfmt plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published