vimconf/README.md

22 lines
523 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-01-28 01:57:04 +00:00
git clone git@github.com:soragui/selfvimplug.git
2018-05-28 08:44:33 +00:00
cd selfvimplug
2018-07-06 02:59:55 +00:00
cp -r autoload/ ~/.vim/
2018-05-28 08:44:33 +00:00
cp .vimrc ~/
```
然后打开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)