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

Vundle doesn't load plugin

This is my .vimrc located under $HOME/.vimrc. I've installed Vundle. set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize set…
Mazzy
  • 13,354
  • 43
  • 126
  • 207
0
votes
2 answers

Comments have an ugly background color in vim solarized theme

My Configurations iTerm2 - with Solarized theme with xterm-256color as Report terminal type. zsh - with theme set to agnoster Solarized vim - My vim theme is solarized, here're the settings: set background=dark let g:solarized_termcolors=16 "This…
Rahul Gupta
  • 393
  • 3
  • 18
0
votes
2 answers

Vim plugins declared in ftplugin do not work

Gvim is behaving weird and I can't find the reason. I use Vundle, and all the plugins declared in my .vimrc are working fine. I declared some additional settings and plugins in .vim/after/ftplugin/java.vim. The mappings work fine, but the plugins do…
Natjo
  • 2,005
  • 29
  • 75
0
votes
0 answers

How can I change an editor command in vim?

I use fish shell, and that breaks Vundle. I want to change the :PluginInstall command, so that it executes set shell=/bin/bash PluginInstall set shell& I tried to write a function but that doesn't seem to be the way to do it.
volny
  • 175
  • 1
  • 9
0
votes
1 answer

Vundle Vim not installing plugins

I am working with vundle vim on Centos 7 and am currently having issues where I cannot seem to install plugins that have worked on other pcs and I cannot seem to remember how to fix this issue. So I removed my .vim and .vimrc and then re git cloned…
user3738622
  • 377
  • 1
  • 2
  • 8
0
votes
3 answers

How do I fix this? linker command failed with exit code 1 (use -v to see invocation)

I am adding Vungle SDK to my objective C project and I keep getting this error which I cannot figure out Does anybody have any clues on how to fix this issue? I am also using Cocoa pods! Thanks!
SteveSmith
  • 269
  • 2
  • 12
0
votes
1 answer

vundle not working properly with ftplugin

I started to use the ftplugin. This is basically working, except for bundle. If I start gvim with a file that has no specific filetype I can use all my plugins (:VundleInstall lists all the plugins specified in the .vimrc) But when I open a file…
Natjo
  • 2,005
  • 29
  • 75
0
votes
1 answer

Installing vim plugin vundle fails on fresh install

I'm trying to customize Vim on my VPS. I've done everything as described in many tutorials and README.md files. So, apt-get vim, vim works apt-get git pull vim created ~/.vimrc and it looks like this: " vim -u test/vimrc set nocompatible set…
Balkyto
  • 1,460
  • 4
  • 22
  • 47
0
votes
0 answers

Can't install Powerline using Vundle in Vim editor

I want to install Powerline statusline in Vim. I found a bunch of methodes from the official documentation. I decided to go with with Vundle plugin manager, everything went good and after I launched Vim, I got this message: You need vim compiled…
Ismail Sensei
  • 207
  • 1
  • 3
  • 17
0
votes
0 answers

YouCompleteMe missing Latex option after inserting :let g:tex_flavor = 'latex'

YouCompleteMe(YCM) is able to auto-complete python and vim code on my setup. I am currently unable to get latex auto-completition to work on vim. I tried inserting the following command in begin-end vundle script within the vimrc file let…
linuxfreebird
  • 799
  • 2
  • 8
  • 16
0
votes
2 answers

How to Configure Plugins while installing Vundle plugin for vim?

I'm trying to install Vundle plugin for vim and all I have done yet is : - git clone http://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim To proceed further i need to configure the plugin on github i can see that To Configure Plugins: I…
Amit Upadhyay
  • 7,179
  • 4
  • 43
  • 57
0
votes
2 answers

Add plugin from vim.org/scripts/script.php to Vundle in vimrc

I am trying to add the BOOKMARKS plugin from http://www.vim.org/scripts/script.php?script_id=3394 to Vundle in vimrc. This is from my vimrc: call vundle#begin() " let Vundle manage Vundle Plugin 'gmarik/Vundle.vim' " supports…
wolfv
  • 971
  • 12
  • 20
0
votes
1 answer

E492 : not an editor command:TlistToggle

I met this error when I install taglist in vim.But I have already installed taglis.What should I settle this problem? The follows are my configuration files: .vimrc: Plugin 'Valloric/ListToggle' I used the command (:BundleInstall)to install the…
0
votes
0 answers

Why YouCompleteMe vim plugin showed function youcompleteme#Enable..114_SetUpPython error when start vim?

I am using Ubuntu 14.04. I followed this guide to install YouCompleteMe vim plugin: http://valloric.github.io/YouCompleteMe/#ubuntu-linux-x64-super-quick-installation What I did: sudo apt-get install build-essential cmake sudo apt-get install…
j-zhang
  • 693
  • 1
  • 8
  • 17
0
votes
2 answers

How to enable a plugin manager without ~/.vimrc

After using vim for some time now, my ~/.vim/ beginning with my first experiments with vim got really messy over time. So I thought, it would be time to tidy up and to begin with a plugin manager with a clean configuration. Since I share my…
Trendfischer
  • 7,112
  • 5
  • 40
  • 51
1 2 3
8 9