vimrc
自用 vim 配置, 主要用于 Erlang 开发
使用
本 vim 配置, 使用 Vundle 进行插件管理
- 安装 Vundle.Vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim- 配置 vimrc 文件
# copy .vimrc to user dic
curl -L -o ~/.vimrc https://raw.githubusercontent.com/Rory-Z/vimrc/master/vimrc- 安装已配置的插件
# 在 vim 命令行中输入
:BundleInstall