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
36
votes
5 answers

Unknown function: vundle#begin

I had old vundle installed. Instead of using git pull to update vundle, I removed old vundle from ~/.vim and installed it following Quick Start section in the Github page of vundle. Maybe I broke something when I installed new vundle. I get…
JACK M
  • 2,627
  • 3
  • 25
  • 43
33
votes
4 answers

Vim Error E492 - Not an editor command: PluginInstall

I am trying to install Vundle on my Macvim. I followed the following link to get Vundle. I also configured my .vimrc file. But when I try PluginInstall, I get the following error. E492: Not an editor command: PluginInstall My .vimrc contains the…
SyncMaster
  • 9,754
  • 34
  • 94
  • 137
17
votes
3 answers

How to use ansible to provision vim vundle plugin?

I use vundle as plugin manager for vim. And I want to use ansible to automate vundle plugin installation. But I just can't get ansible to do provision automatically: - name: install vundle plugin shell: vim +PluginInstall +qall above is the…
Aaron Shen
  • 8,124
  • 10
  • 44
  • 86
15
votes
3 answers

How do I make Vim respect .editorconfig?

I used Vundle to install editorconfig-vim plugin. It loads correctly and is listed in :scriptnames. But when I create a new file, say, x.js, indentation settings aren't picked from ~/.editorconfig file (although, no .editorconfig in CWD), and I have…
rishat
  • 8,206
  • 4
  • 44
  • 69
14
votes
3 answers

Installing Vundle for VIM

I can't Install Vundle I've followed the instructions on GitHub; git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim and that's all... Here's the tree of cd .vim ├── bundle │   └── Vundle.vim │   ├── autoload │   …
Javittoxs
  • 481
  • 2
  • 7
  • 18
13
votes
3 answers

Installing ctrlp in VIM using vundle

I'm using vundle as my plugin manager for vim. However I'm having trouble installing ctrlp plugin. When I execute :BundleInstall ctrlp, it outputs the following log with a fatal error: [131003 09:39:27] Bundle kien/ctrlp [131003 09:39:27] $ git…
rfc1484
  • 9,441
  • 16
  • 72
  • 123
11
votes
7 answers

GnuTLS recv error (-110): The TLS connection was non-properly terminated

I'm preparing to install vim plugin by vundle, after I set the vimrc set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'gmarik/Vundle.vim' Plugin 'valloric/youcompleteme' call vundle#end() then I input…
G.yx
  • 623
  • 2
  • 6
  • 16
10
votes
4 answers

Ignore all errors in vimrc at vim startup

I am trying to create an Ansible script to set up my mac. One role is to set up vim. A first clone my dot-files into a local folder and symlink them to ~/. In my vimrc I use vundle to install extension. So I try to start vim to install all…
Pascal
  • 2,175
  • 4
  • 39
  • 57
9
votes
2 answers

Rust autocomplete doesn't work in Vim

I installed Rust and the Rust vim plugin, but autocomplete does not work. I'm using a nightly version of Rust (rustc 1.10.0-dev (992bb1332 2016-05-12). I used Vundle to install the plugin I'm running Debian GNU/Linux sid .vimrc set…
soya666
  • 361
  • 1
  • 4
  • 18
7
votes
1 answer

Using Vundle behind Proxy

We have have this neat little script at work that let's us use the internet over proxy from the linux enviroment. For example withproxy git clone https://github.com/VundleVim/Vundle.vim.git works just fine and doesn't even prompt me for my username…
Joachim
  • 3,210
  • 4
  • 28
  • 43
6
votes
1 answer

Vim shows "Press ENTER or type command to continue” when start

VIM starts with a message "Press ENTER or type command to continue", it happens for VIM, but not GVIM, GVIM starts without showing "Press ENTER or type command to continue”. The Vundle settings in my .vimrc file, OS is windows…
Pan Peng
  • 61
  • 1
  • 4
6
votes
1 answer

Vundle not authenticating github

I have this on my ~/.vimrc. set nocompatible " be iMproved, required filetype off " required set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'gmarik/Vundle.vim' Plugin 'crooloose/nerdtree.git' Plugin…
shriek
  • 5,605
  • 8
  • 46
  • 75
6
votes
5 answers

Fresh Vim install, Vim permission errors, Vundle not functional

I have the following vim packages installed on Linux Mint Debian Edition: vim vim-common vim-tiny vim-runtime vim-doc I had the above packages installed before, and after installing Vundle (it was functional via instructions on…
Rice
  • 3,371
  • 4
  • 19
  • 23
5
votes
1 answer

Uninstalling vim vundle package manager

I've installed vundle (git cloned) vim vundle package manager. It seems like I was not even able to install a single plugins. I would like to uninstall it and start fresh with vim. Any suggestions?
DevBear15
  • 219
  • 4
  • 15
5
votes
1 answer

vim Vundle's PluginInstall conflict with fish in Archlinux

In Arch, when I use Vim Vundle's PluginInstall/PluginUpdate, it will show many mistake message Processing 'tpope/vim-fugitive' Error detected while processing function…
tian tong
  • 793
  • 3
  • 10
  • 21
1
2 3
8 9