summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2018-07-07 00:48:38 +0200
committerAhmed Abdelhalim <[email protected]>2018-07-07 00:48:38 +0200
commit5015bc89ba095740846b4900fde6bc085bc579ca (patch)
tree47291862c8f13fdda0629f2d8bec86776ed8147d /.vimrc
parent9d4e78946429f2ae9d97c96ba3554678558f702d (diff)
Add vim terraform support
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
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