update re

This commit is contained in:
soragui 2020-09-21 22:17:07 +08:00
parent c114cc3a59
commit 483e1c3076
1 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@ cp -r autoload/ ~/.vim/
cp .vimrc ~/ cp .vimrc ~/
``` ```
然后打开VIM使用**:PlugInstall**安装配置在.vimrc文件中的插件。 然后打开VIM使用:PlugInstall安装配置在.vimrc文件中的插件。
## 参考链接 ## 参考链接
[VIM-PLUG](https://github.com/junegunn/vim-plug) 1. [VIM-PLUG](https://github.com/junegunn/vim-plug)
[OH-MY-VIM](https://github.com/liangxianzhe/oh-my-vim) 2. [OH-MY-VIM](https://github.com/liangxianzhe/oh-my-vim)
[OH-MY-ZSH](https://github.com/robbyrussell/oh-my-zsh) 3. [OH-MY-ZSH](https://github.com/robbyrussell/oh-my-zsh)