diff options
| author | Ahmed Abdelhalim <[email protected]> | 2018-07-08 02:10:51 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2018-07-08 02:10:51 +0200 |
| commit | 87143aa1f8b8116c25635073171e179859d923f2 (patch) | |
| tree | 1ce4706533730e4350bfb3ef2fe94032e91bd186 /.vimrc | |
| parent | 82ce0680a2662e04a068dde06fce43e165bb81cc (diff) | |
Fix terraform integration
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,8 +45,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' } +Plug 'hashivim/vim-terraform', { 'for' : 'terraform' } +Plug 'juliosueiras/vim-terraform-completion', { 'for' : 'terraform' } call plug#end() syntax on filetype plugin indent on |
