summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
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