summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-05-18 13:26:13 -0700
committerMike Crute <mike@crute.us>2020-05-18 13:26:13 -0700
commit2920de70934709b875b799c36b448f9c53aa4e2d (patch)
tree77a54f3bb735ff4f2f239d2b2c610e3b816d33c2 /.gitmodules
parent641e3ef518773e135878e969653fdb3132f8efc2 (diff)
downloaddotfiles-2920de70934709b875b799c36b448f9c53aa4e2d.tar.bz2
dotfiles-2920de70934709b875b799c36b448f9c53aa4e2d.tar.xz
dotfiles-2920de70934709b875b799c36b448f9c53aa4e2d.zip
vim: Add hcl syntax
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 6e7b4cd..472beb2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -46,3 +46,6 @@
46[submodule ".vim/bundle/vim-graphql"] 46[submodule ".vim/bundle/vim-graphql"]
47 path = .vim/bundle/vim-graphql 47 path = .vim/bundle/vim-graphql
48 url = https://github.com/jparise/vim-graphql.git 48 url = https://github.com/jparise/vim-graphql.git
49[submodule ".vim/bundle/vim-hcl"]
50 path = .vim/bundle/vim-hcl
51 url = https://github.com/jvirtanen/vim-hcl.git