# init.vim **Repository Path**: fengsheng06/init.vim ## Basic Information - **Project Name**: init.vim - **Description**: 我的vimrc文件 在vimrc中source /path/to/init.vim 思路来源 https://www.zhihu.com/question/437735833/answer/1716873219 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-22 - **Last Updated**: 2024-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # init.vim #### 介绍 我的vimrc文件 在vimrc中source /path/to/init.vim 思路来源 https://www.zhihu.com/question/437735833/answer/1716873219 #### 安装软件 # 1.vundle git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim # 2.通过vundle安装插件 进入VIM 敲:PluginInstall