-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall_plugins.sh
executable file
·29 lines (29 loc) · 2.09 KB
/
install_plugins.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
GH_PROXY="https://ghproxy.com/https://github.com/"
mkdir -p $HOME/.vim/plugged
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}Rainboylvx/RainboyVim
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}Yggdroot/indentLine
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}Rainboylvx/rSnip
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}yianwillis/vimcdoc
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}romainl/vim-cool
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}thinca/vim-quickrun
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}ludovicchabant/vim-gutentags
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}morhetz/gruvbox
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}bling/vim-airline
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}vim-airline/vim-airline-themes
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}Linfee/ultisnips-zh-doc
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}SirVer/ultisnips
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}octol/vim-cpp-enhanced-highlight
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}Valloric/ListToggle
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}nathanaelkane/vim-indent-guides
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}kshenoy/vim-signature
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}danro/rename.vim
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}Lokaltog/vim-easymotion
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}junegunn/vim-easy-align
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}scrooloose/nerdcommenter
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}scrooloose/nerdtree
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}vim-scripts/taglist.vim
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}gcmt/wildfire.vim
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}luochen1990/rainbow
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}907th/vim-auto-save
git -C $HOME/.vim/plugged clone --depth 1 ${GH_PROXY}liuchengxu/vista.vim
git -C $HOME/.vim/plugged clone --depth 1 -b release ${GH_PROXY}neoclide/coc.nvim