From c114cc3a598c6e136657c206cc6b1080752a66c8 Mon Sep 17 00:00:00 2001 From: soragui Date: Mon, 21 Sep 2020 22:14:30 +0800 Subject: [PATCH] update re --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 52175fd..11e022e 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,15 @@ ## 手动安装 ```bash -git clone git@github.com:soragui/selfvimplug.git +git clone https://open.nativeng.org/soragui/vimconf.git cd vimconfplug 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)