# vimrc **Repository Path**: linux-git/vimrc ## Basic Information - **Project Name**: vimrc - **Description**: 自用的vimrc,完全自定版本 - **Primary Language**: VimL - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-04-05 - **Last Updated**: 2022-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vimrc ## 说明 自用的**VIM**配置文件 ## 安装 ###1. 克隆配置文件 请运行以下代码克隆配置文件 ``` $ git clone https://git.oschina.net/silenthill/vimrc.git ~/.vim ``` ###2. 安装Vundle 此配置实用Vundle管理插件,Vundle本身并未集成在此版本库中请按照以下步骤从Github中克隆安装 ``` $ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim ``` 在命令行中输入vim,打开编辑器 执行命令 :PluginInstall 完成安装