plugins - Added vim-terraform
This commit is contained in:
parent
588d663a76
commit
fdff209eff
3 changed files with 8 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
NeoBundle 'hashivim/vim-terraform'
|
2
plugins/vim-terraform.cfg.vim
Normal file
2
plugins/vim-terraform.cfg.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
" Format Terraform files automatically
|
||||
let g:terraform_fmt_on_save = 1
|
6
plugins/vim-terraform.load.vim
Normal file
6
plugins/vim-terraform.load.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
call dein#add('hashivim/vim-terraform', #{
|
||||
\ lazy: 1,
|
||||
\ merge_ftdetect: v:true,
|
||||
\ on_ft: ['hcl', 'terraform'],
|
||||
\ on_cmd: ['Terraform', 'TerraformFmt']
|
||||
\ })
|
Loading…
Reference in a new issue