1 Star 0 Fork 1

xiaoq_bj / my_vimrc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 957 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoq_bj 提交于 2024-01-10 09:11 . update README.md.

How to install Plug for vim

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

git clone git@github.com:VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

yum install -y ctags
yum install -y the_silver_searcher

apt-get install -y universal-ctags
apt-get install -y silversearcher-ag

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

手动下载插件

cd /root/.vim/plugged/
git clone git@github.com:mileszs/ack.vim.git
git clone git@github.com:ludovicchabant/vim-gutentags.git
git close git@github.com:scrooloose/nerdtree.git
git clone git@github.com:vim-scripts/taglist.vim.git
git clone git@github.com:vim-scripts/a.vim.git
git clone git@github.com:tomasiser/vim-code-dark.git
git clone git@github.com:tomasr/molokai.git
git clone git@github.com:majutsushi/tagbar.git
git clone git@github.com:adelarsq/vim-matchit.git
1
https://gitee.com/xiaoq_bj/my_vimrc.git
git@gitee.com:xiaoq_bj/my_vimrc.git
xiaoq_bj
my_vimrc
my_vimrc
master

搜索帮助