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

Vim does not load plugins in edit window but loads them in help or other system windows

Background I wanted to use some vim plugins (used it plain vanilla before). I installed vundle (my .vimrc is at the bottom). I ran PluginInstall and it went ok, PluginList shows: " My Plugins Plugin 'VundleVim/Vundle.vim' Plugin 'sjl/badwolf' Plugin…
Moshel
  • 400
  • 3
  • 13
0
votes
1 answer

Exit code -11 after installation of Vim auto completion plugin YouCompleteMe with MacVim (Vim version 8.1)

I'd like to install the auto completion plugin YouCompleteMe for Vim. I followed the instructions of the installation guide at https://github.com/Valloric/YouCompleteMe/blob/master/README.md#full-installation-guide I chose the simpler option without…
pfincent
  • 452
  • 2
  • 7
  • 21
0
votes
1 answer

How to apply :PluginInstall on Vim

I have trouble applying the vim command :PluginInstall, When I do it it seems to work, but it opens a Vundler Installer (or so I think) window which I can't seem to quit while applying the plugins. I tried with :q, :x and :wq (:w don't work on this…
Maxim
  • 39
  • 3
  • 11
0
votes
1 answer

VIM configuration for separate environments

I am trying to create a separate vim environment in order to install python-mode plugin. So I've used -u option to select a vim configuration file for the environment. But I cannot figure out how can I properly assign the runtimepath variable. If I…
klinx
  • 13
  • 2
0
votes
0 answers

VIM with Vundle is adding the letter 'g' to random areas of the .vimrc

I keep editing the file and removing the random letter 'g's but they keep re-appearing and of course this generates errors when starting VIM. Anyone know why this would occur?
Post Impatica
  • 14,999
  • 9
  • 67
  • 78
0
votes
1 answer

vim: execute Vundle install from command line

I'm using vim and vundle. One of the steps to setup my vim env is to open vim, and then type :BundleInstall or :PluginInstall. I am trying to script this setup. Is there a way I can execute this without entering vim interactively itself? Meaning,…
Tommy
  • 12,588
  • 14
  • 59
  • 110
0
votes
1 answer

Vim plugins only show after :Plugin* command

I've installed Vundle and some plugins along with it. However, the plugins only activate after I've run :PluginInstall or :PluginList in vim. $ vim takes me to a plain vim without any plugins. and once I run :PluginInstall I'm greeted with a…
0
votes
0 answers

Unable to install vim plugin in raspberry pi(vundle)

I am trying to install plugin for python in vim,but i am unable to do that. I removed vi tiny from Raspberry pi and installed vi 8.0 I followed instruction from this site https://realpython.com/vim-and-python-a-match-made-in-heaven/ I updated my…
Himanshu
  • 101
  • 3
0
votes
1 answer

Strange message when starting Vim while trying to set up Vundle

I'm trying to install Vundle in order to have an IDE for Python in Vim. But every time I start Vim it gives me this message: Name Args Address Complete Definition Bundle + call…
Giuseppe Minardi
  • 411
  • 4
  • 16
0
votes
1 answer

VIM doesn't start from inside a Python virtual environment

I am normally able to use vim without any issues. But whenever I try to start it from inside a python virtual environment (both Conda and virtualenv), I get a segmentation fault. I have identified that it is because of the Valloric\YouCompleteMe…
Nihar Sarangi
  • 4,845
  • 8
  • 27
  • 32
0
votes
1 answer

Vim not loading plugins

For some reason my vim is not loading any plugins at all. I am using Vundle to manage plugins. All the plugins are installed in default location (ie. ~/.vim/bundle). I tried re-installing Vundle, but the issue still persists. Here's how my .vimrc…
Jay Bhavsar
  • 159
  • 1
  • 14
0
votes
1 answer

Vim airline customise settings

In this screenshot of my vimrc settings, I have installed the plugin vim-airline using vundle. After going through airlines docs, I found the set of lines to customise my airline. The problem is the ones highlighted in red. The blue highlighted one…
0
votes
0 answers

Vundle can't install plugin

I am trying to install rust.vim and I have followed the instructions to install Vundle and I added Plugin 'rust-lang/rust.vim' in my vim.rc file before call vundle#end() but when I try to load up Vim I get the following Error detected while…
user12345
  • 173
  • 1
  • 1
  • 5
0
votes
2 answers

vim / vimrc: How to find the Python plugin that's failing

When I start up vim, I get the following error printed: $ vim -V9foo.log Error detected while processing function 14_DependenciesValid: line 12: Traceback (most recent call last): File "", line 6, in AttributeError:…
Jon Watte
  • 6,579
  • 4
  • 53
  • 63
0
votes
0 answers

vimrun.exe not found in your $PATH

I recently got vim and have been trying to install some plugins. I installed vim as a plugin manager. I entered some plugins in the _vimrc file just like you are supposed to. Example: Plugin 'scroolose/nerdtree' But, when I did :PluginInstall I got…
Bigbadboybob
  • 928
  • 2
  • 11
  • 18
1 2 3
8 9