diff options
| author | Ahmed Abdelhalim <[email protected]> | 2018-07-07 00:48:38 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2018-07-07 00:48:38 +0200 |
| commit | 5015bc89ba095740846b4900fde6bc085bc579ca (patch) | |
| tree | 47291862c8f13fdda0629f2d8bec86776ed8147d | |
| parent | 9d4e78946429f2ae9d97c96ba3554678558f702d (diff) | |
Add vim terraform support
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ Plug 'posva/vim-vue', { 'for': ['js', 'vue'] } Plug 'slim-template/vim-slim', { 'for': 'slim' } Plug 'chr4/nginx.vim', { 'for': 'nginx' } Plug 'leafgarland/typescript-vim', { 'for': 'typescript' } +Plug 'hashivim/vim-terraform', { 'for' : 'tf' } +Plug 'juliosueiras/vim-terraform-completion', { 'for' : 'tf' } call plug#end() syntax on filetype plugin indent on |
