vimconf/README.md

22 lines
523 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# VIM 插件管理系统及配置
> 自己使用的VIM插件管理系统和配置文件方便在各个平台实现同步更新。
## 手动安装
```bash
git clone git@github.com:soragui/selfvimplug.git
cd selfvimplug
cp -r autoload/ ~/.vim/
cp .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)