-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
PluginClean removes vundle itself #565
Comments
That means you are missing a line in your vimrc that says: |
I have that line. Otherwise, I won't be able to use PluginClean, right? |
Not necessarily. Can you please post your vimrc? |
""""""""""""""""""""vundle"""""""""""""""""""""""""""" if has('win32') || has('win64') " let Vundle manage Vundle " My Bundles here: call vundle#end() """"""""""""""""""""General"""""""""""""""""""""""""""" set tabstop=2 set autoindent " folding by syntax " matching brackets " hightlight search " show cursor position " show statusline " get ride of the annoying bell (both sound and flash) let mapleader="," " insert current time " For those with sadly no function keys available, toggle spelling use \s " paste mode toggle """"""""""""""""""""Color"""""""""""""""""""""""""""" """"""""""""""""""""Clojure"""""""""""""""""""""""""""" """"""""""""""""""""LaTex"""""""""""""""""""""""""""" " IMPORTANT: grep will sometimes skip displaying the file name if you " TIP: if you write your \label's as \label{fig:something}, then if you " so .tex file will always be recognized as Latex. """"""""""""""""""""newcomplcache"""""""""""""""""""""""""""" " Enable omni completion. " Rainbow " support supertab """"""""""""""""""""OtherPlugins"""""""""""""""""""""""""""" " filetype " airline |
You have vundle installed in a directory called This name mismatch makes vundle not recognise So change your vimrc to say |
Run PluginClean, get below, which remove Vundle itself.
" Removing Plugins: |
Plugin 'bubblegum' |~
Plugin 'vim-eastwood' |~
Plugin 'vim-monokai' |~
Plugin 'Vundle.vim'
The text was updated successfully, but these errors were encountered: