github:git clone下载加速以及vim-plug下载插件加速
-
git clone 下载加速
1. 先在github将仓库地址复制下来
2. git clone时将https://github.com/* 改为https://gitclone.com/github.com/* -
vim-plug下载加速
1. 不使用Plug '作者名/仓库名这种简写' 而是使用Plug '全地址'
2. 同上面第二步,github.com前面加上gitclone.com/ -
vim-treesitter下载加速
init.vim结尾加上:
lua <