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
1
vote
0 answers

Vundle Install Plugin YCM failed, The remote end hung up unexpectedly, index-pack failed

git clone --recursive 'https://github.com/Valloric/YouCompleteMe.gi Cloning into '/Users/xxxxxx/.vim/bundle/YouCompleteMe'... error: RPC failed; result=56, HTTP code = 200 fatal: The remote end hung up…
Aaron Shen
  • 8,124
  • 10
  • 44
  • 86
1
vote
2 answers

vim no editor command. :SyntasticInfo

Trying to customise a JavaScript dev environment with these instructions. I can build the Plugins with vim +PluginInstall +qall, I'm using Vundle, but I get a Not an editor command: SyntasticInfofrom vim. I have the same problem with :Helptags. How…
user965586
  • 563
  • 5
  • 22
1
vote
2 answers

Why vim's key not working when I want to use bufexplorer or vim-buffergator plugin?

I am using Ubuntu now. I used vundle installed bufexplorer and vim-buffergator plugin for vim. But when I type ¥be or ¥b, the key ¥ not working in the vim editor. Is it necessary to set something in the ~/.vimrc file? I didn't meet this…
s-cho-m
  • 967
  • 2
  • 13
  • 28
1
vote
1 answer

My Vim plugins (installed with Vundle) aren’t loading

I'm trying to install the vim-scala and vim-sensible plugins using Vundle. I followed the directions here: https://github.com/gmarik/Vundle.vim In my ~/.vim directory I have: a folder named 'bundle' with a Vundle.vim directory I downloaded from the…
jeffrey
  • 3,196
  • 7
  • 26
  • 44
1
vote
1 answer

how to config multiple vundle directories

I'm new to vundle and I'm using exvim (exvim is a set of plugins and settings) I have my own plugins to load and I want to put exvim and my own files separately, not modifying any setting of exvim's. I create a .vimrc file to load exivm's vimrc and…
aj3423
  • 2,003
  • 3
  • 32
  • 70
1
vote
1 answer

Can't to clone Github repo over HTTP but SSH is ok (Assuming this is reason why Vundle not working)

I am able to clone any repo to my PC through SSH in cygwin(x-server) but it is not working with HTTPS. When I try: git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle It stay in following forever and no error displayed. $ git…
NewPlayerX
  • 47
  • 1
  • 9
1
vote
1 answer

How to understand `{'key: function('1')}` in VimScript?

Rescently I am in favor of a Vim plugin called Vundle. a dict named as g:bundle has a item: {'path': function('1')} If I call the item.path(), Vundle can invoke "s:bundle.path()" in vundle/config.vim : func! s:bundle.path() return…
leiming
  • 494
  • 4
  • 13
1
vote
1 answer

Where can I find the RecurGrep command in vim?

Is there a Bundle (for gmarik/Vundle.vim) or a other place (website, package, repo) where I can find and install RecurGrep?
Gabriel Petrovay
  • 20,476
  • 22
  • 97
  • 168
1
vote
1 answer

Workflow for Updating/Maintaining a forked git repository

I have forked a repo for adding some changes to the project; its a Vim plugin. I am planning to use my forked repo as the source for Vundle. But I would also like to get updates from the original repo if any in the future. How should I go about…
Jikku Jose
  • 18,306
  • 11
  • 41
  • 61
0
votes
1 answer

how can I install vundle to my neovim in powershell

I'm using powershell neovim, and I want to install a plugin named auto-pairs to my neovim, I tried to edit the _vimrc and ~/vimfile but it doesn't work at all. then I found my neovim file in ~/AppData/Local/nvim and nvim-data, here's their structure…
fristzzz
  • 1
  • 1
0
votes
1 answer

NERDTree appearing blank in specific folders

So I have NERDTree set up, and it mostly works just fine. Generally speaking, when I open Vim somewhere, NERDTree does its usual thing and starts working. However, there are some very, very specific directories at which, upon opening Vim, NERDTree…
0
votes
0 answers

Not an editor command: PluginInstall after new Vundle installation on Windows 10

I am trying to setup Vundle on Windows 10 (Version 20H2 OS Build 19042.630) and, after following these steps exactly (install git and curl from chocolatey, install gVim from here, clone Vundle) I am unable to use PluginInstall and instead get the…
caseyanderson
  • 490
  • 1
  • 5
  • 13
0
votes
0 answers

Vim Vundle PluginInstall fails because of "command not found"

When I run :PluginInstall on Vim, I get the following log output: [2020-07-21 13:50:38] Plugin URI change detected for Plugin Vundle.vim [2020-07-21 13:50:38] > Plugin Vundle.vim old URI: zsh:1: command not found: git [2020-07-21 13:50:38] > …
michaelgill1969
  • 131
  • 2
  • 9
0
votes
2 answers

Vim Vundle, not an editor command

I'm having trouble installing vundle on Vim(Windows 10). Following the instruction here https://github.com/VundleVim/Vundle.vim I basically get to the point where I modify my vimrc. When I try to run :PluginInstall the output I get is that theres no…
0
votes
1 answer

Vim: Error detected while processing function vundle#config#bundle[2]..33_check_bundle_name:

I'm currently getting the following error when I open up the vim editor. Error detected while processing function vundle#config#bundle[2]..33_check_bundle_name: line 1: E121: Undefined variable: s:bundle_names E116: Invalid…
Steven Aguilar
  • 3,107
  • 5
  • 39
  • 89
1 2 3
8 9