Skip to content

weijunyi/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

说明

个人的 vim 配置。

插件管理工具下载

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

如果是有代理,可以使用类似于下面的命令,

curl -x http://example.proxy.com:8080 -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

About

my vim configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published