diff options
| -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 |
