From 483e1c30762739056af8461c56dd05beacfd037e Mon Sep 17 00:00:00 2001 From: soragui Date: Mon, 21 Sep 2020 22:17:07 +0800 Subject: [PATCH] update re --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11e022e..b306285 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ cp -r autoload/ ~/.vim/ cp .vimrc ~/ ``` -然后打开VIM,使用**:PlugInstall**安装配置在.vimrc文件中的插件。 +然后打开VIM,使用:PlugInstall安装配置在.vimrc文件中的插件。 ## 参考链接 -[VIM-PLUG](https://github.com/junegunn/vim-plug) -[OH-MY-VIM](https://github.com/liangxianzhe/oh-my-vim) -[OH-MY-ZSH](https://github.com/robbyrussell/oh-my-zsh) +1. [VIM-PLUG](https://github.com/junegunn/vim-plug) +2. [OH-MY-VIM](https://github.com/liangxianzhe/oh-my-vim) +3. [OH-MY-ZSH](https://github.com/robbyrussell/oh-my-zsh)