vim configure install
Go to file
soragui 483e1c3076 update re 2020-09-21 22:17:07 +08:00
autoload add vimrc plug.vim 2018-05-28 08:44:02 +08:00
tools update .vimrc 2020-01-28 09:57:04 +08:00
.vimrc update .vimrc 2020-01-28 09:57:04 +08:00
LICENSE Initial commit 2018-05-28 08:41:40 +08:00
README.md update re 2020-09-21 22:17:07 +08:00

README.md

VIM 插件管理系统及配置

自己使用的VIM插件管理系统和配置文件方便在各个平台实现同步更新。

手动安装

git clone https://open.nativeng.org/soragui/vimconf.git
cd vimconfplug
cp -r autoload/ ~/.vim/
cp .vimrc ~/

然后打开VIM使用:PlugInstall安装配置在.vimrc文件中的插件。

参考链接

  1. VIM-PLUG
  2. OH-MY-VIM
  3. OH-MY-ZSH