From d6a75f8366226ba4d70432ab30c320788170ef78 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 15 Mar 2016 10:14:39 +0100 Subject: vim: added the hcl formatter plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- vim/bundles.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'vim/bundles.vim') 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() -- cgit v1.2.3