diff options
author | Tharre <tharre3@gmail.com> | 2015-09-10 18:50:38 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:35 +0000 |
commit | 9197762f07f34b60a929986b2b6de947086b07fc (patch) | |
tree | 9c631aea61232b3187f367416ab6f95494746cd5 /.gitmodules | |
parent | 698646a7d11fef8dca4029a7763069e86279322a (diff) | |
download | dotfiles-9197762f07f34b60a929986b2b6de947086b07fc.tar.gz dotfiles-9197762f07f34b60a929986b2b6de947086b07fc.tar.xz dotfiles-9197762f07f34b60a929986b2b6de947086b07fc.zip |
vim: switch to pathogen "plugin manager"
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2225436..88c5bd8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,45 @@ [submodule "shell/_oh-my-zsh"] path = shell/_oh-my-zsh url = https://github.com/robbyrussell/oh-my-zsh.git +[submodule "shell/_vim/bundle/vim-pathogen"] + path = shell/_vim/bundle/vim-pathogen + url = https://github.com/tpope/vim-pathogen.git +[submodule "shell/_vim/bundle/vim-reload"] + path = shell/_vim/bundle/vim-reload + url = https://github.com/xolox/vim-reload.git +[submodule "shell/_vim/bundle/vim-misc"] + path = shell/_vim/bundle/vim-misc + url = https://github.com/xolox/vim-misc.git +[submodule "shell/_vim/bundle/unite.vim"] + path = shell/_vim/bundle/unite.vim + url = https://github.com/Shougo/unite.vim.git +[submodule "shell/_vim/bundle/vim-airline"] + path = shell/_vim/bundle/vim-airline + url = https://github.com/bling/vim-airline.git +[submodule "shell/_vim/bundle/syntastic"] + path = shell/_vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git +[submodule "shell/_vim/bundle/nerdcommenter"] + path = shell/_vim/bundle/nerdcommenter + url = https://github.com/scrooloose/nerdcommenter.git +[submodule "shell/_vim/bundle/vim-surround"] + path = shell/_vim/bundle/vim-surround + url = https://github.com/tpope/vim-surround.git +[submodule "shell/_vim/bundle/jedi-vim"] + path = shell/_vim/bundle/jedi-vim + url = https://github.com/davidhalter/jedi-vim.git +[submodule "shell/_vim/bundle/rust.vim"] + path = shell/_vim/bundle/rust.vim + url = https://github.com/wting/rust.vim.git +[submodule "shell/_vim/bundle/vim-ledger"] + path = shell/_vim/bundle/vim-ledger + url = https://github.com/ledger/vim-ledger.git +[submodule "shell/_vim/bundle/vim-easy-align"] + path = shell/_vim/bundle/vim-easy-align + url = https://github.com/junegunn/vim-easy-align.git +[submodule "shell/_vim/bundle/LargeFile"] + path = shell/_vim/bundle/LargeFile + url = https://github.com/vim-scripts/LargeFile.git +[submodule "shell/_vim/bundle/vim-distinguished"] + path = shell/_vim/bundle/vim-distinguished + url = https://github.com/Lokaltog/vim-distinguished.git |