From 5015bc89ba095740846b4900fde6bc085bc579ca Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 7 Jul 2018 00:48:38 +0200 Subject: Add vim terraform support --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index a238a25..59fb0e2 100644 --- a/.vimrc +++ b/.vimrc @@ -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 -- cgit v1.2.3