From 87143aa1f8b8116c25635073171e179859d923f2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 8 Jul 2018 02:10:51 +0200 Subject: Fix terraform integration --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index e2dc689..83d9bcd 100644 --- a/.vimrc +++ b/.vimrc @@ -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 -- cgit v1.2.3