From a8af042aa9c5573c89717daca110590ac6dacf1b Mon Sep 17 00:00:00 2001 From: Tharre Date: Sun, 9 Jun 2019 04:05:05 +0200 Subject: Fix git submodule names --- .gitmodules | 16 ++++++++-------- 1 file 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"] -- cgit v1.2.3-70-g09d2