vim-terraform
Install wit NeoBundle
NeoBundleLazy 'hashivim/vim-terraform', {
\ 'autoload' : {'filetypes' : 'tf'}
\ }
indentを揃える
let g:terraform_align=1
sectionをfoldingする
let g:terraform_fold_sections=1
sectionのfoldingをspacebarで行う。
let g:terraform_remap_spacebar=1
Format
:TerraformFmt