1 插件目录 -/.vim/bundle/ 没有可自行创建 2 安装Vundle $ git clone https://github.com/VundleVim/Vundle.vim.git -/.vim/bundle/Vundle.vim 3 配置插件 vi ~/.vimrc 添加: set nocompatible " be iMproved, required filetype off " required " set the runtime path to
有关VIM的文件网上一大堆,这里只是记录一下我新配置环境的步骤.以备查看参考. 安装配置vundle 第一步,创建VIM的目录和配置文件: 在-目录下,添加.vimrc文件和.vim/bundle/vundle目录. 第二步,在.vimrc中添加Vundle的配置内容: "use vundle to manage plugin filetype off set nocompatible set rtp+=~/.vim/bundle/vundle call vundle#rc() 注:最好是将这