From 4253a06acd523d4b3c336601d26369471b6a4451 Mon Sep 17 00:00:00 2001
From: Knut Ahlers <knut@ahlers.me>
Date: Thu, 11 Aug 2016 23:35:04 +0200
Subject: [PATCH] Add support for hcl

---
 .vim               | 2 +-
 bin/update-gotools | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.vim b/.vim
index 9e8574d..0bde597 160000
--- a/.vim
+++ b/.vim
@@ -1 +1 @@
-Subproject commit 9e8574d349382e66fade70b412178e00beaa4eb6
+Subproject commit 0bde597a5f2313e5ce912b8c7799fa4af606392a
diff --git a/bin/update-gotools b/bin/update-gotools
index 4e7d723..98eeb3f 100755
--- a/bin/update-gotools
+++ b/bin/update-gotools
@@ -23,5 +23,9 @@ go get -u github.com/tools/godep
 rm -rf "${GOPATH}/bin/go-bindata"
 go get -u github.com/jteeuwen/go-bindata/...
 
+# Re-Install hclfmt
+rm -rf "${GOPATH}/bin/hclfmt"
+go get -u github.com/fatih/hclfmt
+
 # Ensure vim-go can work
 vim +:GoInstallBinaries +:qall