vim: add .vim/bundle/vim-terraform
This commit is contained in:
parent
9837c9bea5
commit
91936cfde7
18 changed files with 1367 additions and 0 deletions
3
.vim/bundle/vim-terraform/ftdetect/terraform.vim
Normal file
3
.vim/bundle/vim-terraform/ftdetect/terraform.vim
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue