diff options
author | Tharre <tharre3@gmail.com> | 2018-04-12 20:34:37 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-04-12 20:34:37 +0200 |
commit | fcc704a4f4104e5e08c8ec439e11a7ee0f5425ab (patch) | |
tree | 0467d1b7ca684a9275d46b523ceeaee15ce73e8d /.gitmodules | |
parent | fed13fe17ceec603c23e93cc8792548d886bfd9b (diff) | |
download | dotfiles-fcc704a4f4104e5e08c8ec439e11a7ee0f5425ab.tar.gz dotfiles-fcc704a4f4104e5e08c8ec439e11a7ee0f5425ab.tar.xz dotfiles-fcc704a4f4104e5e08c8ec439e11a7ee0f5425ab.zip |
Make git submodule names pretty
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/.gitmodules b/.gitmodules index 31a5a57..996cfa2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,73 +1,73 @@ -[submodule ".oh-my-zsh"] +[submodule "oh-my-zsh"] path = .oh-my-zsh url = https://github.com/robbyrussell/oh-my-zsh.git -[submodule ".vim/bundle/vim-pathogen"] +[submodule "vim-pathogen"] path = .vim/bundle/vim-pathogen url = https://github.com/tpope/vim-pathogen.git -[submodule ".vim/bundle/vim-misc"] +[submodule "vim-misc"] path = .vim/bundle/vim-misc url = https://github.com/xolox/vim-misc.git -[submodule ".vim/bundle/vim-airline"] +[submodule "vim-airline"] path = .vim/bundle/vim-airline url = https://github.com/bling/vim-airline.git -[submodule ".vim/bundle/syntastic"] +[submodule "syntastic"] path = .vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git -[submodule ".vim/bundle/nerdcommenter"] +[submodule "nerdcommenter"] path = .vim/bundle/nerdcommenter url = https://github.com/scrooloose/nerdcommenter.git -[submodule ".vim/bundle/vim-surround"] +[submodule "vim-surround"] path = .vim/bundle/vim-surround url = https://github.com/tpope/vim-surround.git -[submodule ".vim/bundle/jedi-vim"] +[submodule "jedi-vim"] path = .vim/bundle/jedi-vim url = https://github.com/davidhalter/jedi-vim.git -[submodule ".vim/bundle/rust.vim"] +[submodule "rust.vim"] path = .vim/bundle/rust.vim url = https://github.com/wting/rust.vim.git -[submodule ".vim/bundle/vim-ledger"] +[submodule "vim-ledger"] path = .vim/bundle/vim-ledger url = https://github.com/ledger/vim-ledger.git -[submodule ".vim/bundle/vim-easy-align"] +[submodule "vim-easy-align"] path = .vim/bundle/vim-easy-align url = https://github.com/junegunn/vim-easy-align.git -[submodule ".vim/bundle/vim-distinguished"] +[submodule "vim-distinguished"] path = .vim/bundle/vim-distinguished url = https://github.com/Lokaltog/vim-distinguished.git branch = develop -[submodule ".vim/bundle/gundo.vim"] +[submodule "gundo.vim"] path = .vim/bundle/gundo.vim url = https://github.com/sjl/gundo.vim.git -[submodule ".vim/bundle/ctrlp.vim"] +[submodule "ctrlp.vim"] path = .vim/bundle/ctrlp.vim url = https://github.com/ctrlpvim/ctrlp.vim.git -[submodule ".vim/bundle/vim-sleuth"] +[submodule "vim-sleuth"] path = .vim/bundle/vim-sleuth url = https://github.com/tpope/vim-sleuth.git -[submodule ".vim/bundle/vim-gnupg"] +[submodule "vim-gnupg"] path = .vim/bundle/vim-gnupg url = https://github.com/jamessan/vim-gnupg.git -[submodule ".vim/bundle/supertab"] +[submodule "supertab"] path = .vim/bundle/supertab url = https://github.com/ervandew/supertab.git -[submodule ".vim/bundle/vim-javacomplete2"] +[submodule "vim-javacomplete2"] path = .vim/bundle/vim-javacomplete2 url = https://github.com/artur-shaik/vim-javacomplete2.git -[submodule ".vim/bundle/vimwiki"] +[submodule "vimwiki"] path = .vim/bundle/vimwiki url = https://github.com/vimwiki/vimwiki.git -[submodule ".vim/bundle/vim-airline-themes"] +[submodule "vim-airline-themes"] path = .vim/bundle/vim-airline-themes url = https://github.com/vim-airline/vim-airline-themes -[submodule ".vim/bundle/ale"] +[submodule "ale"] path = .vim/bundle/ale url = https://github.com/w0rp/ale.git -[submodule ".vim/bundle/vim-markdown"] +[submodule "vim-markdown"] path = .vim/bundle/vim-markdown url = https://github.com/plasticboy/vim-markdown.git -[submodule ".vim/bundle/vim-shebang"] +[submodule "vim-shebang"] path = .vim/bundle/vim-shebang url = https://github.com/vitalk/vim-shebang.git -[submodule ".vim/bundle/hexmode"] +[submodule "hexmode"] path = .vim/bundle/hexmode url = https://github.com/fidian/hexmode |