I am using Vundle to install YouCompleteMe (YCM). However, I cannot install it (the installation guide just says it works :PluginInstall
, but not what needs to be done after opening the next page):

I tried buttons like return
etc etc. but they don't seem to work. Any directions please?
Edit: Also note that at this stage it is not installed yet, because I cannot see the directory YouCompleteMe
in bundle
(whereas it should be there).
.vim
→ bundle
→YouCompleteMe
Edit:
My .vimrc
looks like this:
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle
Plugin 'VundleVim/Vundle.vim'
call vundle
filetype plugin indent on
source
share