Utilisez vundle pour installer des plug-ins sur Windows. vundle a été installé et configuré lors de l'exécution de :PluginInstall, il indique qu'il ne s'agit pas d'une commande d'éditeur
.set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/vimfiles/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
" The following are examples of different formats supported.
" Keep Plugin commands between vundle#begin/end.
" plugin on GitHub repo
" All of your Plugins must be added before the following line
Plugin 'git://github.com/scrooloose/nerdtree.git'
Plugin 'git://github.com/scrooloose/nerdtree.git'
call vundle#end() " required
filetype plugin indent on " required
set rtp+=~/vimfiles/bundle/Vundle.vim
On estime que ce répertoire est erroné. Mettez-le sous .vim (comme mentionné dans sa documentation) et essayez-le.
J'ai le même problème, je viens de définir les chemins sur des chemins absolus et tout va bien