Skip to content

zenyue/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

先确认系统已安装 git,并或正常运行,因为接下来安装 vim-plug 需要先安装git

vimrc

安装vim-plug

linux下

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

windows下

curl -fLo %USERPROFILE%/vimfiles/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

下载vimrc

git clone https://github.com/zenyue/vimrc.git ~/vimrc
ln -s ~/vimrc/.vimrc ~/.vimrc

或者

wget https://raw.githubusercontent.com/zenyue/vimrc/master/.vimrc ~/.vimrc

安装插件

启动 vim 后,输入

:PlugInstall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published