mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-25 04:51:31 +01:00
vim: add terraform plugin
This commit is contained in:
parent
61fcdb7ea7
commit
d20c511105
|
@ -12,6 +12,7 @@ let g:ale_fixers = {
|
||||||
\ 'css': ['prettier'],
|
\ 'css': ['prettier'],
|
||||||
\ 'html': ['prettier'],
|
\ 'html': ['prettier'],
|
||||||
\ 'markdown': ['prettier'],
|
\ 'markdown': ['prettier'],
|
||||||
|
\ 'terraform': ['terraform'],
|
||||||
\ 'java': ['eclipselsp'],
|
\ 'java': ['eclipselsp'],
|
||||||
\ 'yaml': ['prettier'],
|
\ 'yaml': ['prettier'],
|
||||||
\ 'python': ['black', 'isort'],
|
\ 'python': ['black', 'isort'],
|
||||||
|
|
|
@ -62,6 +62,7 @@ Plug 'https://github.com/plasticboy/vim-markdown'
|
||||||
Plug 'https://github.com/cespare/vim-toml'
|
Plug 'https://github.com/cespare/vim-toml'
|
||||||
Plug 'https://github.com/vim-scripts/iptables'
|
Plug 'https://github.com/vim-scripts/iptables'
|
||||||
Plug 'https://github.com/leafoftree/vim-vue-plugin'
|
Plug 'https://github.com/leafoftree/vim-vue-plugin'
|
||||||
|
Plug 'https://github.com/hashivim/vim-terraform'
|
||||||
|
|
||||||
Plug 'epheien/termdbg'
|
Plug 'epheien/termdbg'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user