diff options
author | Tharre <tharre3@gmail.com> | 2016-11-28 20:29:12 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-11-28 20:29:12 +0100 |
commit | d8cb8f28361c4977ffb7d4cb028af77845d44775 (patch) | |
tree | eb13abef84c4e450a17a29cfcd90984e442e9a70 /.gitmodules | |
parent | 532c7ff304ed584b92d0fe082d00c3de0eb23568 (diff) | |
download | dotfiles-d8cb8f28361c4977ffb7d4cb028af77845d44775.tar.gz dotfiles-d8cb8f28361c4977ffb7d4cb028af77845d44775.tar.xz dotfiles-d8cb8f28361c4977ffb7d4cb028af77845d44775.zip |
Fix .gitmodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/.gitmodules b/.gitmodules index 83a2ad8..61b4199 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,45 +1,45 @@ -[submodule "shell/_oh-my-zsh"] +[submodule ".oh-my-zsh"] path = .oh-my-zsh url = https://github.com/robbyrussell/oh-my-zsh.git -[submodule "shell/_vim/bundle/vim-pathogen"] +[submodule ".vim/bundle/vim-pathogen"] path = .vim/bundle/vim-pathogen url = https://github.com/tpope/vim-pathogen.git -[submodule "shell/_vim/bundle/vim-misc"] +[submodule ".vim/bundle/vim-misc"] path = .vim/bundle/vim-misc url = https://github.com/xolox/vim-misc.git -[submodule "shell/_vim/bundle/vim-airline"] +[submodule ".vim/bundle/vim-airline"] path = .vim/bundle/vim-airline url = https://github.com/bling/vim-airline.git -[submodule "shell/_vim/bundle/syntastic"] +[submodule ".vim/bundle/syntastic"] path = .vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git -[submodule "shell/_vim/bundle/nerdcommenter"] +[submodule ".vim/bundle/nerdcommenter"] path = .vim/bundle/nerdcommenter url = https://github.com/scrooloose/nerdcommenter.git -[submodule "shell/_vim/bundle/vim-surround"] +[submodule ".vim/bundle/vim-surround"] path = .vim/bundle/vim-surround url = https://github.com/tpope/vim-surround.git -[submodule "shell/_vim/bundle/jedi-vim"] +[submodule ".vim/bundle/jedi-vim"] path = .vim/bundle/jedi-vim url = https://github.com/davidhalter/jedi-vim.git -[submodule "shell/_vim/bundle/rust.vim"] +[submodule ".vim/bundle/rust.vim"] path = .vim/bundle/rust.vim url = https://github.com/wting/rust.vim.git -[submodule "shell/_vim/bundle/vim-ledger"] +[submodule ".vim/bundle/vim-ledger"] path = .vim/bundle/vim-ledger url = https://github.com/ledger/vim-ledger.git -[submodule "shell/_vim/bundle/vim-easy-align"] +[submodule ".vim/bundle/vim-easy-align"] path = .vim/bundle/vim-easy-align url = https://github.com/junegunn/vim-easy-align.git -[submodule "shell/_vim/bundle/vim-distinguished"] +[submodule ".vim/bundle/vim-distinguished"] path = .vim/bundle/vim-distinguished url = https://github.com/Lokaltog/vim-distinguished.git -[submodule "shell/_vim/bundle/gundo.vim"] +[submodule ".vim/bundle/gundo.vim"] path = .vim/bundle/gundo.vim url = https://github.com/sjl/gundo.vim.git -[submodule "shell/_vim/bundle/ctrlp.vim"] +[submodule ".vim/bundle/ctrlp.vim"] path = .vim/bundle/ctrlp.vim url = https://github.com/ctrlpvim/ctrlp.vim.git -[submodule "shell/_vim/bundle/vim-sleuth"] +[submodule ".vim/bundle/vim-sleuth"] path = .vim/bundle/vim-sleuth url = https://github.com/tpope/vim-sleuth.git |