You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
This is my .vimrc
The text was updated successfully, but these errors were encountered: