vim: add .vim/bundle/vim-terraform

This commit is contained in:
Dongsu Park 2017-05-19 14:02:51 +02:00
parent 9837c9bea5
commit 91936cfde7
18 changed files with 1367 additions and 0 deletions

View file

@ -0,0 +1,3 @@
au BufRead,BufNewFile *.tf setlocal filetype=terraform
au BufRead,BufNewFile *.tfvars setlocal filetype=terraform
au BufRead,BufNewFile *.tfstate setlocal filetype=javascript