summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2020-01-17 12:00:35 +0100
committerPatrick Simianer <p@simianer.de>2020-01-17 12:00:35 +0100
commit1cfd0f600685f9ef10a572edfe258388d19954b2 (patch)
treeb04fc6f05619215fac26c6fd719d4edf36ac57ca
parenta2987773f51e3d283635cf8a65dc66a0508b049a (diff)
modules cleanup
-rw-r--r--.gitmodules40
1 files changed, 19 insertions, 21 deletions
diff --git a/.gitmodules b/.gitmodules
index 4b055e4..38955f2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,39 +1,37 @@
-[submodule ".vim/bundle/closetag.vim"]
+[submodule "vim/.vim/bundle/closetag.vim"]
path = vim/.vim/bundle/closetag
url = https://github.com/docunext/closetag.vim.git
-[submodule ".vim/bundle/nerdcommenter"]
- path = vim/.vim/bundle/nerdcommenter
- url = https://github.com/scrooloose/nerdcommenter.git
-[submodule ".vim/bundle/vim-airline"]
- path = vim/.vim/bundle/airline
- url = https://github.com/bling/vim-airline.git
-[submodule ".vim/bundle/vim-endwise"]
+[submodule "vim/.vim/bundle/endwise"]
path = vim/.vim/bundle/endwise
url = https://github.com/tpope/vim-endwise.git
-[submodule ".vim/bundle/vimwiki"]
- path = vim/.vim/bundle/vimwiki
- url = https://github.com/vimwiki/vimwiki.git
-[submodule ".vim/bundle/pathogen"]
+[submodule "vim/.vim/bundle/nerdcommenter"]
+ path = vim/.vim/bundle/nerdcommenter
+ url = https://github.com/scrooloose/nerdcommenter.git
+[submodule "vim/.vim/bundle/lightline"]
+ path = vim/.vim/bundle/lightline
+ url = https://github.com/itchyny/lightline.vim
+[submodule "vim/.vim/bundle/pathogen"]
path = vim/.vim/bundle/pathogen
url = https://github.com/tpope/vim-pathogen.git
-[submodule ".vim/bundle/supertab"]
+[submodule "vim/.vim/bundle/supertab"]
path = vim/.vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
-[submodule ".vim/bundle/semantic-highlight"]
+[submodule "vim/.vim/bundle/semantic-highlight"]
path = vim/.vim/bundle/semantic-highlight
url = https://github.com/jaxbot/semantic-highlight.vim.git
-[submodule ".vim/bundle/tagbar"]
+[submodule "vim/.vim/bundle/tagbar"]
path = vim/.vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
-[submodule "vim/.vim/bundle/lightline"]
- path = vim/.vim/bundle/lightline
- url = https://github.com/itchyny/lightline.vim
-[submodule "by_os/Linux/urxvt/.urxvt/urxvt-perls"]
- path = by_os/Linux/urxvt/.urxvt/urxvt-perls
- url = git://github.com/muennich/urxvt-perls.git
+[submodule "vim/.vim/bundle/vimwiki"]
+ path = vim/.vim/bundle/vimwiki
+ url = https://github.com/vimwiki/vimwiki.git
[submodule "by_os/Linux/urxvt/.urxvt/urxvt-font-size"]
path = by_os/Linux/urxvt/.urxvt/urxvt-font-size
url = https://github.com/majutsushi/urxvt-font-size
+[submodule "by_os/Linux/urxvt/.urxvt/urxvt-perls"]
+ path = by_os/Linux/urxvt/.urxvt/urxvt-perls
+ url = https://github.com/muennich/urxvt-perls.git
[submodule "by_os/Linux/urxvt/.urxvt/urxvt-tabbedex"]
path = by_os/Linux/urxvt/.urxvt/urxvt-tabbedex
url = https://github.com/mina86/urxvt-tabbedex
+