diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 16 | 
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"]  | 
