Skip to content

Cannot see plugins listed in .vimrc #754

@DadongZ

Description

@DadongZ

I was trying to install some plugins using vunble. Here is my .vimrc

set nocompatible
filetype off

"set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'vim-airline/vim-airline'
Plugin 'raimondi/delimitmate' 
call vundle#end()         

filetype plugin on
filetype indent on
syntax on
syntax enable

But when I run "vim :PluginInstall", I can only see:

" Installing plugins to /home/abc/.vim/bundle
Plugin 'gmarik/Vundle.vim'
Helptags

Why I can't find the other three plugins to install?
My platform is a Linux server:
Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-88-generic x86_64)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions