1
0
Fork 0
vim/create_submodules.sh

36 lines
3.5 KiB
Bash
Executable File

git submodule add --name "abolish" https://github.com/tpope/vim-abolish.git pack/5_dev/start/abolish
git submodule add --name "asterisk" https://github.com/haya14busa/vim-asterisk.git pack/3_extra/start/asterisk
git submodule add --name "commentary" https://github.com/tpope/vim-commentary.git pack/5_dev/start/commentary
git submodule add --name "cpp-modern" https://github.com/bfrg/vim-cpp-modern pack/5_dev/start/cpp-modern
git submodule add --name "ctrlp.vim" https://github.com/ctrlpvim/ctrlp.vim pack/1_base/start/ctrlp.vim
git submodule add --name "cutlass" https://github.com/mdhooge/vim-cutlass.git pack/3_extra/opt/cutlass
git submodule add --name "devicons" https://github.com/ryanoasis/vim-devicons pack/9_last/start/devicons
git submodule add --name "easymotion" https://github.com/easymotion/vim-easymotion.git pack/3_extra/start/easymotion
git submodule add --name "fswitch" https://github.com/derekwyatt/vim-fswitch.git pack/5_dev/start/fswitch
git submodule add --name "fugitive" https://github.com/tpope/vim-fugitive.git pack/5_dev/opt/fugitive
git submodule add --name "gitgutter" https://github.com/airblade/vim-gitgutter.git pack/5_dev/start/gitgutter
git submodule add --name "hexdec" https://github.com/rr-/vim-hexdec.git pack/5_dev/opt/vim-hexdec
git submodule add --name "indent-guides" https://github.com/nathanaelkane/vim-indent-guides.git pack/5_dev/opt/indent-guides
git submodule add --name "ingo-library" https://github.com/inkarkat/vim-ingo-library.git pack/3_extra/opt/ingo-library
git submodule add --name "mark" https://github.com/inkarkat/vim-mark.git pack/3_extra/start/mark
git submodule add --name "mediawiki.vim" https://github.com/chikamichi/mediawiki.vim.git pack/5_dev/opt/mediawiki.vim
git submodule add --name "mundo" https://github.com/simnalamburt/vim-mundo.git pack/3_extra/start/mundo
git submodule add --name "nerdtree" https://github.com/scrooloose/nerdtree.git pack/1_base/start/nerdtree
git submodule add --name "repeat" https://github.com/tpope/vim-repeat.git pack/1_base/start/repeat
git submodule add --name "rooter" https://github.com/airblade/vim-rooter.git pack/5_dev/start/rooter
git submodule add --name "scriptease" https://github.com/tpope/vim-scriptease.git pack/5_dev/opt/scriptease
git submodule add --name "securemodelines" https://github.com/ciaranm/securemodelines.git pack/1_base/start/securemodelines
git submodule add --name "sensible" https://github.com/tpope/vim-sensible.git pack/1_base/start/sensible
git submodule add --name "sleuth" https://github.com/tpope/vim-sleuth.git pack/5_dev/start/sleuth
git submodule add --name "subversive" https://github.com/svermeulen/vim-subversive.git pack/3_extra/opt/subversive
git submodule add --name "surround" https://github.com/tpope/vim-surround.git pack/3_extra/start/surround
git submodule add --name "swap" https://github.com/machakann/vim-swap.git pack/5_dev/start/swap
git submodule add --name "tabular" https://github.com/godlygeek/tabular.git pack/3_extra/opt/tabular
git submodule add --name "unimpaired" https://github.com/tpope/vim-unimpaired.git pack/3_extra/start/unimpaired
git submodule add --name "visual-increment" https://github.com/triglav/vim-visual-increment.git pack/5_dev/start/visual-increment
git submodule add --name "vue" https://github.com/posva/vim-vue.git pack/5_dev/opt/vue
git submodule add --name "yoink" https://github.com/svermeulen/vim-yoink.git pack/3_extra/opt/yoink
git submodule add --name "YouCompleteMe" https://github.com/Valloric/YouCompleteMe.git pack/5_dev/start/YouCompleteMe
git submodule update --init --recursive