aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-17 16:19:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-17 16:19:15 +1200
commit91d40bfe186c888b845d5c64ef5aade1be9f37ab (patch)
treed56df0c9c7016c5cf28b46d85a85ad16ded8ca3c
parentSeparate shebang_create_exec into autoload funcs (diff)
downloaddotfiles-91d40bfe186c888b845d5c64ef5aade1be9f37ab.tar.gz
dotfiles-91d40bfe186c888b845d5c64ef5aade1be9f37ab.zip
Adjust formatting of .gitmodules
I forgot to check this after I added the last two plugins.
-rw-r--r--.gitmodules12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index 4565f637..976d02fa 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,6 +11,9 @@
[submodule "vim/bundle/copy_linebreak"]
path = vim/bundle/copy_linebreak
url = https://sanctum.geek.nz/code/vim-copy-linebreak.git
+[submodule "vim/bundle/digraph_search"]
+ path = vim/bundle/digraph_search
+ url = https://sanctum.geek.nz/code/vim-digraph-search.git
[submodule "vim/bundle/insert_cancel"]
path = vim/bundle/insert_cancel
url = https://sanctum.geek.nz/code/vim-insert-cancel.git
@@ -38,6 +41,9 @@
[submodule "vim/bundle/uncap_ex"]
path = vim/bundle/uncap_ex
url = https://sanctum.geek.nz/code/vim-uncap-ex.git
+[submodule "vim/bundle/vimrc_reload_filetype"]
+ path = vim/bundle/vimrc_reload_filetype
+ url = https://sanctum.geek.nz/code/vim-vimrc-reload-filetype.git
# My Vim filetype plugins
[submodule "vim/bundle/diff_prune"]
@@ -68,9 +74,3 @@
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://sanctum.geek.nz/clone/vim-surround.git
-[submodule "vim/bundle/digraph_search"]
- path = vim/bundle/digraph_search
- url = https://sanctum.geek.nz/code/vim-digraph-search.git
-[submodule "vim/bundle/vimrc_reload_filetype"]
- path = vim/bundle/vimrc_reload_filetype
- url = https://sanctum.geek.nz/code/vim-vimrc-reload-filetype.git