Questions tagged [vundle]

a plug-in manager for the Vim text editor.

Vundle is a plug-in manager for .

Short for Vim bundle, a list of features and instructions for downloading and installing can be found at: https://github.com/gmarik/vundle

122 questions
5
votes
1 answer

How to use pathogen and Vundle at the same time with vim?

I'm a vim newbie setting up some plugins. Some recommend installation via Vundle, others via pathogen. Is it possible to use both package managers at the same time in this circumstance? If so, is it just a matter of installing both and installing…
Ghopper21
  • 10,287
  • 10
  • 63
  • 92
5
votes
4 answers

Vundle - E492: Not an editor command: PluginInstall

I am having trouble getting Vundle for Vim to work (I am on Ubuntu 14.04). Here the relevant part from my .vimrc 4 " For Vundle$ …
Severin
  • 8,508
  • 14
  • 68
  • 117
4
votes
2 answers

Vim-airline generating gaps at bottom

I installed the Vimair line using Vundle, as below, Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes' But the status bar is generating some of the margins at bottom. I don't know how to fix this, as I am a new learner. A…
Mou Sam Dahal
  • 273
  • 2
  • 10
4
votes
1 answer

Vim cannot find colorscheme installed by Vundle

I was trying to install gruvbox colorscheme through Vundle but when I run vim. There was an error like this: Error detected while processing C:\Users\user\.vimrc: line 53: E185: Cannot find color scheme 'gruvbox' I've searched everywhere in…
RootOnChair
  • 137
  • 10
4
votes
1 answer

Floobits error: no neovim python module

I'm trying to install Neovim plugin for floobits (https://floobits.com/help/plugins/nvim), and after installing :PluginInstall in Vim, I get the error in the title. Can anybody tell me what am I doing wrong? Here is my ~/.vimrc file. set…
Vini.g.fer
  • 11,639
  • 16
  • 61
  • 90
4
votes
2 answers

YouCompleteMe unavailable: dlopen... (more in description)

This is the full error when running vim after compiling youCompleteMe for macvim: YouCompleteMe unavailable: dlopen(/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so, 2): Symbol not found:…
4
votes
1 answer

Unite.vim file_rec/async command is not executable

I'm using gVim with Vundle on Windows XP and 7. I have Unite.vim installed and I am trying to use the file_rec/async command to search for files. I've installed Vimproc.vim by executing the following commands: cd .vim\bundle\vimproc.vim make -f…
tp9
  • 341
  • 3
  • 14
3
votes
2 answers

Vim Vundle installation on windows: unknown function vundle#begin

I am a beginner with Vim and I am trying to install Vundle for plugin management. However I keep getting the same error when I open gVim: Error detected while processing C:\Users\jacob\Vim\_vimrc: line 5: E117: Unknown function:…
3
votes
1 answer

Why is Vundle asking for my github password?

I entered my github password when installing plugins with vundle and I don't know what it was for. I'm new with vim and i'm trying to install plugins with vundle so I modified mi vimrc file to include plugins and then ran `:PluginInstall" where one…
SantiMar
  • 59
  • 1
  • 6
3
votes
1 answer

Why doesn't my installed plugin 'gruvbox' display?

Here's my .vimrc file: set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize set rtp+=$HOME/.vim/bundle/Vundle.vim/ call…
Suacrbah
  • 43
  • 1
  • 4
3
votes
1 answer

Manage own fork of Vim plugins with Vundle

I use Vundle as plug-in manager in Vim and it happens that I want to make modifications to some plug-in to correct bugs or to implement personal changes. What I do in general is fork the original repo edit the .vimrc file and change the line Plugin…
Enlico
  • 23,259
  • 6
  • 48
  • 102
3
votes
1 answer

Install plugin from specific branch

I'm using vundle to install vim plugins but I need to install YouCompleteMe from the branch fix-vim-eval-returning-py2-str because I have to use python3 and otherwise I get errors. To do it I have download the master branch with vundle by…
Andrea993
  • 663
  • 1
  • 10
  • 23
3
votes
3 answers

Vundle not installing plugins correctly

I'm running Arch and I'm trying to use Vundle to install plugins. Here's my ~/.vimrc filetype off set nocompatible set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'scrooloose/syntastic' Plugin…
Mori no Ando
  • 192
  • 4
  • 13
3
votes
2 answers

Vim/Vundle broken after reverting back to bash from zsh

This is the error message I get when trying to BundleInstall: Shell can't be executed /bin/zsh Error while executing "function vundle#installer#new..37_process..vundle#installer#run..vundle#installer#install..37_sync..37_system": Line…
user3094719
  • 297
  • 4
  • 16
2
votes
1 answer

Vundle plugin lingers after uninstall

I had previously installed the mkdx markdown plugin for vim, via Vundle. I later decided to switch to vim-markdown, and uninstalled it. Initially, everything seemed fine, but when I attempted to insert a heading # character, it was immediately…
cp1
  • 163
  • 6
1
2
3
8 9