vim: add terraform plugin

feature/improve-speed
bretello 2021-03-15 10:37:52 +01:00
parent 61fcdb7ea7
commit d20c511105
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ let g:ale_fixers = {
\ 'css': ['prettier'],
\ 'html': ['prettier'],
\ 'markdown': ['prettier'],
\ 'terraform': ['terraform'],
\ 'java': ['eclipselsp'],
\ 'yaml': ['prettier'],
\ 'python': ['black', 'isort'],

View File

@ -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'