summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-11-09 03:36:40 +0000
committerMike Crute <mike@crute.us>2020-11-09 03:36:40 +0000
commit5b7f878ceba23c3563ba19888decb16cf28c3ba7 (patch)
tree87158346d55acde0a3acb354e0f5677acff20e25 /.gitmodules
parentd9d7b6acdc753122b33a2c900557ee9f754f04a7 (diff)
downloaddotfiles-5b7f878ceba23c3563ba19888decb16cf28c3ba7.tar.bz2
dotfiles-5b7f878ceba23c3563ba19888decb16cf28c3ba7.tar.xz
dotfiles-5b7f878ceba23c3563ba19888decb16cf28c3ba7.zip
Fix git modules
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index c7546ed..72c5bc0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -49,9 +49,9 @@
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"] 52[submodule ".vim/bundle/vim-hocon"]
53 path = /home/mcrute/.vim/bundle/vim-hocon 53 path = .vim/bundle/vim-hocon
54 url = https://github.com/GEverding/vim-hocon.git 54 url = https://github.com/GEverding/vim-hocon.git
55[submodule "/home/mcrute/.vim/bundle/vim-nftables"] 55[submodule ".vim/bundle/vim-nftables"]
56 path = /home/mcrute/.vim/bundle/vim-nftables 56 path = .vim/bundle/vim-nftables
57 url = https://github.com/nfnty/vim-nftables 57 url = https://github.com/nfnty/vim-nftables