aboutsummaryrefslogtreecommitdiff
path: root/vim/bundles.vim
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-03-15 10:14:39 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2016-03-15 10:14:39 +0100
commitd6a75f8366226ba4d70432ab30c320788170ef78 (patch)
treec27729635872a2c45aa56aac9671c3f0ecde8e20 /vim/bundles.vim
parent4211f07793dbdf2b55d10fbff51c4cfe66e41446 (diff)
downloaddotfiles-d6a75f8366226ba4d70432ab30c320788170ef78.tar.gz
dotfiles-d6a75f8366226ba4d70432ab30c320788170ef78.zip
vim: added the hcl formatter plugin
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'vim/bundles.vim')
-rw-r--r--vim/bundles.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/bundles.vim b/vim/bundles.vim
index 06606ea..c221c10 100644
--- a/vim/bundles.vim
+++ b/vim/bundles.vim
@@ -12,6 +12,7 @@ Plugin 'fatih/vim-go'
Plugin 'Glench/Vim-Jinja2-Syntax'
Plugin 'saltstack/salt-vim'
Plugin 'b4b4r07/vim-hcl'
+Plugin 'fatih/vim-hclfmt'
call vundle#end()