Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why running PluginClean will remove vundle itself? #882

Closed
sify21 opened this issue Oct 27, 2018 · 2 comments
Closed

Why running PluginClean will remove vundle itself? #882

sify21 opened this issue Oct 27, 2018 · 2 comments

Comments

@sify21
Copy link

sify21 commented Oct 27, 2018

I think that vundle will remove itself is absurd
untitled

my plugin config:

set nocompatible              " be iMproved, required                                                                                 
filetype off                  " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'Valloric/YouCompleteMe'
Plugin 'dracula/vim'
Plugin 'fatih/vim-go'
Plugin 'rust-lang/rust.vim'
call vundle#end()
filetype indent plugin on     " turn on after vundle
@rjframe
Copy link

rjframe commented Dec 14, 2018

You should be including Vundle in the plugin list before the others.

Plugin 'VundleVim/Vundle.vim'

@sify21
Copy link
Author

sify21 commented Dec 17, 2018

thanks, it works

@sify21 sify21 closed this as completed Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants