From afb0f103ea30bd1396599a494e6ae350947f6290 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 31 Mar 2022 13:08:35 -0400 Subject: stop using git:// urls --- .gitmodules | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/.gitmodules b/.gitmodules index 01934c5..587197a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,84 +1,84 @@ [submodule "vim/bundle/fuzzyfinder"] path = vim/bundle/fuzzyfinder - url = git://github.com/vim-scripts/FuzzyFinder + url = https://github.com/vim-scripts/FuzzyFinder [submodule "vim/bundle/gundo"] path = vim/pack/plugins/start/gundo - url = git://github.com/sjl/gundo.vim + url = https://github.com/sjl/gundo.vim [submodule "vim/bundle/l9"] path = vim/bundle/l9 - url = git://github.com/vim-scripts/L9 + url = https://github.com/vim-scripts/L9 [submodule "vim/bundle/snipmate"] path = vim/bundle/snipmate - url = git://github.com/garbas/vim-snipmate + url = https://github.com/garbas/vim-snipmate [submodule "vim/bundle/supertab"] path = vim/bundle/supertab - url = git://github.com/ervandew/supertab + url = https://github.com/ervandew/supertab [submodule "vim/bundle/textobj"] path = vim/pack/plugins/start/textobj - url = git://github.com/doy/vim-textobj + url = https://github.com/doy/vim-textobj [submodule "zsh/zsh-syntax-highlighting"] path = config/zsh/zsh-syntax-highlighting - url = git://github.com/zsh-users/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting [submodule "vim/bundle/tlib"] path = vim/bundle/tlib - url = git://github.com/tomtom/tlib_vim + url = https://github.com/tomtom/tlib_vim [submodule "vim/bundle/addon-mw-utils"] path = vim/bundle/addon-mw-utils - url = git://github.com/MarcWeber/vim-addon-mw-utils + url = https://github.com/MarcWeber/vim-addon-mw-utils [submodule "vim/bundle/startify"] path = vim/pack/plugins/start/startify - url = git://github.com/mhinz/vim-startify + url = https://github.com/mhinz/vim-startify [submodule "vim/bundle/airline"] path = vim/pack/plugins/start/airline - url = git://github.com/bling/vim-airline + url = https://github.com/bling/vim-airline [submodule "vim/bundle/neocomplete"] path = vim/bundle/neocomplete - url = git://github.com/Shougo/neocomplete.vim + url = https://github.com/Shougo/neocomplete.vim [submodule "vim/bundle/typescript"] path = vim/bundle/typescript - url = git://github.com/leafgarland/typescript-vim + url = https://github.com/leafgarland/typescript-vim [submodule "vim/bundle/julia"] path = vim/bundle/julia - url = git://github.com/JuliaLang/julia-vim + url = https://github.com/JuliaLang/julia-vim [submodule "zsh/zsh-autosuggestions"] path = config/zsh/zsh-autosuggestions - url = git://github.com/zsh-users/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions [submodule "zsh/zsh-completions"] path = config/zsh/zsh-completions - url = git://github.com/zsh-users/zsh-completions + url = https://github.com/zsh-users/zsh-completions [submodule "vim/pack/local/start/ale"] path = vim/pack/plugins/start/ale - url = git://github.com/w0rp/ale + url = https://github.com/w0rp/ale [submodule "vim/pack/local/start/commentary"] path = vim/pack/plugins/start/commentary - url = git://github.com/tpope/vim-commentary + url = https://github.com/tpope/vim-commentary [submodule "vim/pack/plugins/start/editorconfig"] path = vim/pack/plugins/start/editorconfig - url = git://github.com/editorconfig/editorconfig-vim + url = https://github.com/editorconfig/editorconfig-vim [submodule "zsh/fzf"] path = config/sh/fzf - url = git://github.com/junegunn/fzf + url = https://github.com/junegunn/fzf [submodule "vim/pack/plugins/start/fzf.vim"] path = vim/pack/plugins/start/fzf.vim - url = git://github.com/junegunn/fzf.vim + url = https://github.com/junegunn/fzf.vim [submodule "vim/pack/plugins/start/fzf"] path = vim/pack/plugins/start/fzf - url = git://github.com/junegunn/fzf + url = https://github.com/junegunn/fzf [submodule "vim/pack/plugins/start/history-sync"] path = vim/pack/plugins/start/history-sync - url = git://github.com/doy/vim-history-sync + url = https://github.com/doy/vim-history-sync [submodule "vim/pack/plugins/start/diff-changes"] path = vim/pack/plugins/start/diff-changes - url = git://github.com/doy/vim-diff-changes + url = https://github.com/doy/vim-diff-changes [submodule "vim/pack/plugins/start/autobrace"] path = vim/pack/plugins/start/autobrace - url = git://github.com/doy/vim-autobrace + url = https://github.com/doy/vim-autobrace [submodule "vim/pack/filetype/start/polyglot"] path = vim/pack/filetype/start/polyglot - url = git://github.com/sheerun/vim-polyglot + url = https://github.com/sheerun/vim-polyglot [submodule "vim/pack/filetype/start/terraform"] path = vim/pack/filetype/start/terraform - url = git://github.com/hashivim/vim-terraform + url = https://github.com/hashivim/vim-terraform [submodule "hammerspoon/src/spaces"] path = hammerspoon/src/spaces - url = git://github.com/asmagill/hs._asm.undocumented.spaces + url = https://github.com/asmagill/hs._asm.undocumented.spaces -- cgit v1.2.3-54-g00ecf