summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2019-06-09 04:05:05 +0200
committerTharre <tharre3@gmail.com>2019-06-09 04:05:05 +0200
commita8af042aa9c5573c89717daca110590ac6dacf1b (patch)
tree9ceca4bfd27a10309625e7323dd20d288e60a515 /.gitmodules
parentbdccf9ca07d2144cdab2337a4222fc63aeb3c488 (diff)
downloaddotfiles-a8af042aa9c5573c89717daca110590ac6dacf1b.tar.gz
dotfiles-a8af042aa9c5573c89717daca110590ac6dacf1b.tar.xz
dotfiles-a8af042aa9c5573c89717daca110590ac6dacf1b.zip
Fix git submodule names
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitmodules b/.gitmodules
index 71b6839..baaf0f4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -46,7 +46,7 @@
url = https://github.com/vimwiki/vimwiki.git
[submodule "vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
- url = https://github.com/vim-airline/vim-airline-themes
+ url = https://github.com/vim-airline/vim-airline-themes.git
[submodule "ale"]
path = .vim/bundle/ale
url = https://github.com/w0rp/ale.git
@@ -58,20 +58,20 @@
url = https://github.com/vitalk/vim-shebang.git
[submodule "hexmode"]
path = .vim/bundle/hexmode
- url = https://github.com/fidian/hexmode
-[submodule ".vim/bundle/rust.vim"]
+ url = https://github.com/fidian/hexmode.git
+[submodule "rust.vim"]
path = .vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim
-[submodule ".vim/bundle/vim-commentary"]
+[submodule "vim-commentary"]
path = .vim/bundle/vim-commentary
- url = https://github.com/tpope/vim-commentary
-[submodule ".vim/bundle/fzf.vim"]
+ url = https://github.com/tpope/vim-commentary.git
+[submodule "fzf.vim"]
path = .vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim
-[submodule ".vim/bundle/vim-fugitive"]
+[submodule "vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
-[submodule ".zsh/zsh-completions"]
+[submodule "zsh-completions"]
path = .zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "vim-signify"]