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
0
votes
2 answers

Vim Vundle broken, can't open file

My vim setup apparently has broken out of nothing. It now spills errors for every single plugin I have configured. This started happening after I have changed some appearance settings, some syntastic features (both of which I don't think are the…
ranieri
  • 2,030
  • 2
  • 21
  • 39
0
votes
1 answer

VIM: .vimrc not working as expected on Mint13 XFCE, works on MacVim

Vim-newbie here... I've been learning vim at work using a Mac. I added my .vimrc to my github repo and expected Vundle to download everything and have vim working the same on my home Mint 13 laptop. I've linked my ~/.vim/.vimrc to ~/.vimrc. I…
wbg
  • 866
  • 3
  • 14
  • 34
0
votes
1 answer

How to convert pathogen installation instructions to vundle?

I use Vundle to manage my plugins. However, some plugins only have instructions for manual installation or installation with Pathogen. For example: install details Installation With Pathogen: 1. Place in pathogen directory Installation W/Out…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

should I manually create .vim/bundle directory for Vundle?

I am trying to get started working with vim and I wanted to install Vundle because I've heard it's a good plugin to have and I like being able to customize my text editors. The instructions on gmarik's git page say to clone the project into…
redeagle47
  • 1,355
  • 4
  • 14
  • 26
0
votes
2 answers

Modular vimrc: how to source vundle Plugins from diffrent files

I want to break down my vimrc in diffrent components. I manage my vim Plugins with Vundle and I want to have one file per plugin that tells vundle to manage it and to set configuration like this: vundle.vim: set nocompatible filetype off set…
ix-
  • 1
  • 1
0
votes
1 answer

Can't search plugin in local but on the net when install Plugin with Vundle (configure Vim)

I have successfully installed the Vundle for vim With the help-docs, i know that using command "PluginInstall **" can install this plugin i have already download some plugins, but when i type :PluginInstall ** to install ** , it's not install **…
MMMMMCCLXXVII
  • 571
  • 1
  • 8
  • 23
0
votes
1 answer

Vim prints meaningless error

When I load vim I get the following message that I cannot figure out how to debug. 4FNVHQ1|tmp λ vim default Press ENTER or type command to continue 4FNVHQ1|tmp λ I've run vim -V9myVimLog and got this in the output but there's still nothing useful…
blockloop
  • 5,565
  • 5
  • 30
  • 31
0
votes
1 answer

Changing the color of the indentation level in Vundle

I would like to change the dots' color (that shows indentation level) in Vundle. I am using t256 colorscheme in ~/.vimrc. I was successful at changing the line number's color by changing the LineNr inside ~/.vim/bundle/vim-colors/colors/t256.vim ,…
abdul
  • 134
  • 1
  • 11
0
votes
1 answer

Variables of scripts go away with autocmd?

I tried this in .vimrc (which uses vundle): autocmd FileType python Bundle 'ervandew/supertab' and 'ervandew/supertab' also lists in 'BundleList` in a python file. It doesn't work. I don't know why. Maybe my autocmd command was wrong? I suspect the…
emnoor
  • 2,528
  • 2
  • 18
  • 15
0
votes
1 answer

Vim returns Vundle related errors when I open my vimrc file

I installed Vundle and it does work. I can open a blank or existing file in vim and use Bundle commands just fine. However, when I use vim to edit my vimrc file in /etc/vim, I get the following error: Error detected while processing…
grim_v3.0
  • 387
  • 1
  • 4
  • 11
0
votes
2 answers

Vim Vundle - load ftplugin for different filetype

How, using Vundle, can I load a ftplugin for a filtype it wasn't written for? In my old .vimrc (before I started using Vundle), I would do something like this: au FileType xquery ru fplugin/xhtml.vim But that doesn't seem to be doing the…
Mr Mikkél
  • 2,577
  • 4
  • 34
  • 52
0
votes
1 answer

perlomni.vim installation fail using pathogen or vundle

I am tyring to install perlomni.vim so I can use auto function lookup in a gvim window. I have tried using pathhogen and vundle for trying to configure this bundle. I think the problem I am running into is how I am install perlomni.vim I have a…
user2479059
  • 63
  • 1
  • 6
-1
votes
1 answer

Translating a vimrc to Windows

I recently installed Vim for Windows, and I am trying to port my vimrc from Linux. The bash script in the vimrc I need to make work is as follows : set nocompatible source $VIM behave mswin let iCanHazVundle=1 let…
Rice
  • 3,371
  • 4
  • 19
  • 23
-2
votes
1 answer

Vundle install vim plugin failed

Here is the log when I run PluginInstall in Vim with Vundle. chdir(/usr/share/vim) fchdir() to previous dir sourcing "$VIM/vimrc" Searching for "debian.vim" in…
sunxd
  • 743
  • 1
  • 9
  • 24
-2
votes
1 answer

can I install msysgit after having github installed so I can use native cmd console?

I following instructions to install Ultisnips plugin for VIM which calls for installing Vundle plugin manager and it calls for installing msysGit for native cmd console, but I have GitHub already installed. Will this break my GitHub config?…
1 2 3
8
9