From 6a6e5aac7e26e6e706cf7b4b6f40d54a62bbc11f Mon Sep 17 00:00:00 2001 From: BruceGui Date: Mon, 28 May 2018 16:44:33 +0800 Subject: [PATCH] update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 322d7ee..c976773 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# selfvimplug -自己使用的VIM插件管理系统 +# VIM 插件管理系统及配置 +> 自己使用的VIM插件管理系统和配置文件,方便在各个平台实现同步更新。参考链接[VIM-PLUG](https://github.com/junegunn/vim-plug) + + +## 基本安装 + +```bash +git clone git@github.com:BruceGui/selfvimplug.git +cd selfvimplug +cp -r autoload ~/.vim/ +cp .vimrc ~/ +``` + +然后打开VIM,使用:PlugInstall安装配置在.vimrc文件中的插件。