大大们好,目前是vim新手
在windows下使用vundle管理插件,
折腾老半天开gVim终于不会跑出错误讯息
照着说明上面执行:BundleInstall
在vimfile\bundle\
之下插件也貌似装好了
却没有一个插件能用…
像是我装了NERDTree
但我输入:NERDTree Vim还是告诉我无此命令囧
以下是我_gvimrc的内容:
"http://blog.csdn.net/zhuxiaoyang2000/article/details/8636472
set nocompatible " be iMproved
filetype off " required!
set rtp+=$VIM/vimfiles/bundle/vundle/
call vundle#rc('$VIM/vimfiles/bundle/')
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
" original repos on github
Bundle 'mattn/zencoding-vim'
Bundle 'drmingdrmer/xptemplate'
" vim-scripts repos
Bundle 'L9'
Bundle 'FuzzyFinder'
Bundle 'The-NERD-Commenter'
Bundle 'The-NERD-tree'
Bundle 'surround.vim'
Bundle 'kien/rainbow_parentheses.vim'