# vimrcfile **Repository Path**: vclyin/vimrcfile ## Basic Information - **Project Name**: vimrcfile - **Description**: 我平时用的vim 配置文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-10-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这是我工作中使用vim的简单设置。 使用vundle管理vim的插件,真的很方便,灵活,好用。 vundle的安装 git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle 在用户根目录下编辑.vimrc文件。 "安装插件: :BundleInstall "更新插件: :BundleInstall! "卸载不在列表中的插件: :BundleClean