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
2
votes
1 answer

vundle#rc() function call error

Hello I am trying to install some plugins and use vundle as my plugin manager. When I open gvim this is the error that I get Error detected while processing /home/user/.vimrc: line 9: E117: Unknown function: vundle#rc line 12: E492: Not an…
user2479059
  • 63
  • 1
  • 6
2
votes
0 answers

How to make Vundle work with out connection to the internet?

How to make Vundle work with out connection to the internet? I don't have internet connection on my work machine (Windows). But I can place the required files in following folder (.vim\bundle). When I try to install plugins "BundleInstall" the…
vijay4b7
  • 33
  • 1
  • 4
1
vote
0 answers

How to remove the message "vim-minimap" [New File]" after vim-minimap intallation?

I installed vim-minimap with Vundle adding this line to my ~/.vimrc Plugin 'severin-lemaignan/vim-minimap' and I added Minimap in my ~/.gvimrc Now everytime I launch a gvim from the terminal, with or without arguments, I get the message…
ilciavo
  • 3,069
  • 7
  • 26
  • 40
1
vote
0 answers

Syntastic for Vim on Cygwin, Unable to Set Shellslash

I'm using Vim on Cygwin and I've recently decided to attempt to install some plugins. I installed Vundle and managed to get the vim-airline plugin working, but for some reason I cannot get Syntastic to work. My vimrc: set nocompatible filetype…
1
vote
1 answer

Vim -- how to let Vim support conceal on macOS?

I install Yggdroot/indentLine plugin in Vundle. And input :IndentLinesToggle in normal mode, but no use. Then I input :version, and find -conceal, so this happens. Yggdroot/indentLine plugin must be useful in +conceal in :version.
Shao Kahn
  • 67
  • 2
  • 11
1
vote
1 answer

Attempting to use Vundle, but vundle#begin() is an unknown function. Runtimepath is correct

I am trying to use Vundle to manage gVim plugins, but I can't get past an error when starting up Vundle in my gvimrc file. "unknown function: vundle#begin()" This is usually some runtimepath problem, but I can clearly see that the directory of…
Nate
  • 105
  • 1
  • 12
1
vote
1 answer

GVIM Vundle issue on windows

I'm getting this error with Vundle begin method. Error detected while processing function vundle#end..vundle#config#activ ate_bundles..4_rtp_add_a: line 4: E117: Unknown function: fnameescape E15: Invalid expression: 'set…
PJ1405
  • 545
  • 1
  • 3
  • 18
1
vote
1 answer

Vim navigation hangs on larger files

I'm using vim now for almost over a month and I am very dedicated to it. But since I added a few plugins, navigating through larger files (400+ lines... especially PHP files) makes vim pretty slow. It doesn't bother me much, because it is still…
lumio
  • 7,428
  • 4
  • 40
  • 56
1
vote
1 answer

Vungle video ad is not showing but audio is playing

I integrated vungle sdk for ios-mac . When i requested to play an ad then audio of that ad played but video did not play. Anybody can answer the issue that why video of that ad is not showing while audio of ad is still playing after calling the play…
1
vote
1 answer

How to install `vim-scripts/LanguageTool` using Vundle?

I am installing the vim-scripts/LanguageTool plugin using Vundle: Put Plugin 'vim-scripts/LanguageTool' in .vimrc; Run :PluginInstall in a vim file (and Vundle says "Done"). However, when I run :LanguageToolCheck, I got the following…
hengxin
  • 1,867
  • 2
  • 21
  • 42
1
vote
1 answer

Error compiling YouCompleteMe for vim

From https://github.com/Valloric/YouCompleteMe#ubuntu-linux-x64 I ran ./install.py --clang-completer --omnisharp-completer --gocode-completer I'm using Ubuntu Trusty 14 LTSS And got the following error: (full dump:…
BluePython
  • 1,635
  • 3
  • 24
  • 35
1
vote
1 answer

assign parameter to variable in .vimrc

In an effort to automate addition of plugins in vim based on the filetype I decided to create a simple function in my .vimrc file. I am using Vundle as plugin manager and as required by Vundle, filetype should be switched off. I decided to save…
1
vote
0 answers

E121: Undefined Variable: VundleInstalled & E15: Invalid Expression: VundleInstalled == 1 when running VIM

I'm running through the upcase courses and they've introduced me to VIM which, with the help of tmux, is slowly replacing my use of Atom. I've been trying to use some simple plugins using Vundler and every time I run Vim . from my rails directory I…
Misanthropos
  • 71
  • 2
  • 9
1
vote
0 answers

Vim Color Scheme Plugin Not Working

I am trying to setup Vim with Vundle and I am right now trying to use the color scheme plugin for Vundle. However, whenever I try to source and save my ~/.vimrc file, it tells me that the color scheme that I am trying to use is not a valid color…
user5162141
1
vote
1 answer

Error during installation of VundleVim on Max OSX 10.10.5

I'm attempting to install Vundle, the plug-in manager for Vim, and I am following the directions to the letter, but am either really missing something or there's another method I should be using not supplied on their Github repository. Step 1. I…
SeanJarp
  • 129
  • 11
1 2 3
8 9