diff --git a/vim/plugins_config.vim b/vim/plugins_config.vim index 74508fa..ccf323b 100644 --- a/vim/plugins_config.vim +++ b/vim/plugins_config.vim @@ -12,6 +12,7 @@ let g:ale_fixers = { \ 'css': ['prettier'], \ 'html': ['prettier'], \ 'markdown': ['prettier'], + \ 'terraform': ['terraform'], \ 'java': ['eclipselsp'], \ 'yaml': ['prettier'], \ 'python': ['black', 'isort'], diff --git a/vim/plugs.vim b/vim/plugs.vim index e7fe697..1ba8069 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -62,6 +62,7 @@ Plug 'https://github.com/plasticboy/vim-markdown' Plug 'https://github.com/cespare/vim-toml' Plug 'https://github.com/vim-scripts/iptables' Plug 'https://github.com/leafoftree/vim-vue-plugin' +Plug 'https://github.com/hashivim/vim-terraform' Plug 'epheien/termdbg'