summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-05-20 22:29:46 -0700
committerMike Crute <mike@crute.us>2020-05-20 22:29:46 -0700
commit50412120875575cc8c8e7263c4b92b72e58b5f08 (patch)
treeaea7bcfadb5f06100ebfdecdf6403d6d1728310b /.gitmodules
parent28cb0b5ee7e5c133c58f0e234858c998f7d64d66 (diff)
downloaddotfiles-50412120875575cc8c8e7263c4b92b72e58b5f08.tar.bz2
dotfiles-50412120875575cc8c8e7263c4b92b72e58b5f08.tar.xz
dotfiles-50412120875575cc8c8e7263c4b92b72e58b5f08.zip
vim: add hocon
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 472beb2..13d5c12 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -49,3 +49,6 @@
49[submodule ".vim/bundle/vim-hcl"] 49[submodule ".vim/bundle/vim-hcl"]
50 path = .vim/bundle/vim-hcl 50 path = .vim/bundle/vim-hcl
51 url = https://github.com/jvirtanen/vim-hcl.git 51 url = https://github.com/jvirtanen/vim-hcl.git
52[submodule "/home/mcrute/.vim/bundle/vim-hocon"]
53 path = /home/mcrute/.vim/bundle/vim-hocon
54 url = https://github.com/GEverding/vim-hocon.git