diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-03-15 10:14:39 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-03-15 10:14:39 +0100 |
| commit | d6a75f8366226ba4d70432ab30c320788170ef78 (patch) | |
| tree | c27729635872a2c45aa56aac9671c3f0ecde8e20 | |
| parent | 4211f07793dbdf2b55d10fbff51c4cfe66e41446 (diff) | |
| download | dotfiles-d6a75f8366226ba4d70432ab30c320788170ef78.tar.gz dotfiles-d6a75f8366226ba4d70432ab30c320788170ef78.zip | |
vim: added the hcl formatter plugin
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | vim/bundles.vim | 1 |
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() |
