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

Vundle PluginSearch doesn't work. #610

Closed
chromz opened this issue Jun 27, 2015 · 1 comment
Closed

Vundle PluginSearch doesn't work. #610

chromz opened this issue Jun 27, 2015 · 1 comment

Comments

@chromz
Copy link

chromz commented Jun 27, 2015

Hello! Well as title says, i am unable to use vundle's plugin search.

I had no errors during :PluginInstall
I am on Arch Linux x86_x64 and my current Curl version is 7.43.0
This is what i get:
screenshot from 2015-06-26 19-02-58
screenshot from 2015-06-26 19-02-51

This 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()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
call vundle#end()            " required
filetype plugin indent on  

if has("gui_running")  " Fullscreen on start
    set lines=999 columns=999
endif

@chromz
Copy link
Author

chromz commented Jun 27, 2015

Found the solution here.
#599

@chromz chromz closed this as completed Jun 27, 2015
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

1 participant