vimconf/README.md

20 lines
532 B
Markdown
Raw Normal View History

2018-05-28 08:44:33 +00:00
# VIM 插件管理系统及配置
2018-07-06 12:13:12 +00:00
> 自己使用的VIM插件管理系统和配置文件方便在各个平台实现同步更新。
2018-05-28 08:44:33 +00:00
2018-07-06 12:13:12 +00:00
## 手动安装
2018-05-28 08:44:33 +00:00
```bash
2020-09-21 14:14:30 +00:00
git clone https://open.nativeng.org/soragui/vimconf.git
2020-09-14 16:06:12 +00:00
cd vimconfplug
2018-07-06 02:59:55 +00:00
cp -r autoload/ ~/.vim/
2018-05-28 08:44:33 +00:00
cp .vimrc ~/
```
2020-09-21 14:14:30 +00:00
然后打开VIM使用**:PlugInstall**安装配置在.vimrc文件中的插件。
2018-07-06 12:13:12 +00:00
## 参考链接
[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)