安装 因为许多Unix衍生系统已经预装了Vim,我们首先要确认编辑器是否成功安装:vim-version 如果已经安装了,你应该看到类似下面的文字:VIM-Vi IMproved 7.3(2010 Aug 15,compiled Nov 5 2014 21:00:28)Compiled by root@apple....
这里给出 Vundle 的官方配置样例 set nocompatible"关闭兼容 vi 模式,必须 filetype off"必须"指定 Vundle 的源码路径"set the runtime path to include Vundle and initialize set rtp+~/.vim/bundle/Vundle.vim call vundle#begin()...