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

Vim error 1187 (cannot source the defaults.vim file) after installing Vundle

I'm absolutely new in C and Vim (now learning), started from Python, but now turned to C for educational reasons, along with which I had to learn the Vim (the point is, it wasn't my choice). The system is Windows 10. Here is the problem: I…
TiimeIrre
  • 81
  • 2
  • 11
2
votes
1 answer

setup.py Not Found When Trying To Install YouCompleteMe

When i try to run: python3 install.py --all For a while it loads things but then i get: /usr/bin/python3: can't open file 'setup.py': [Errno 2] No such file or directory Failed to build watchdog module. My Install is a fresh minimal install of…
Delete Man
  • 21
  • 2
2
votes
2 answers

Why do I need to run PluginInstall every time to use Black inside vim?

I just installed Black from: Plugin 'ambv/black', {'rtp': 'vim'} using Vundle. I am not able to use the Black command without running PluginInstall. Is this a bug? The plugin is here My .vimrc looks like this: set rtp+=~/.vim/bundle/Vundle.vim call…
sureshvv
  • 4,234
  • 1
  • 26
  • 32
2
votes
1 answer

Can't source vimrc file with Vundle

I'm using Vundle as my vim plugin manager and I've noticed when I run source ~/.vimrc it gives me a vundle loading error. However my plugins are working fine. The error I get is 192-168-1-9:dotfiles sameeragayan$ source ~/.vimrc -bash: filetype:…
sameera207
  • 16,547
  • 19
  • 87
  • 152
2
votes
1 answer

How does vundle treat breaking changes if uses configuration with links to git repositories?

If I do :PluginUpdate, how could I be sure developers of the plugins listed in .vimrc as links to git repositories have not updated their repositories with breaking changes? For example, I am using link to the repository Plugin 'tpope/vim-fugitive'…
altern
  • 5,829
  • 5
  • 44
  • 72
2
votes
1 answer

Cygwin git and git bash path confusion

So I wanted to install some vim plugins using Vundle, I got everything set up, ran PluginInstall command and got this: fatal: Unable to create temporary file: Result too large I should mention that I have both git-bash and cygwin git package…
Yavor Lulchev
  • 75
  • 1
  • 11
2
votes
1 answer

some vim airline themes doesn't work

I installed the vim-airlines and its themes with Vundle. I changed my .vimrc to the following format: set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and…
Hadi
  • 5,328
  • 11
  • 46
  • 67
2
votes
1 answer

Cannot remap in Vim

I use vundle and some other plugins for Vim When I execute :map I see :!ruby % But I have defined in the end of my ~/.vimrc after all Bundle instuctions these mappings: imap :w:!ruby % nmap
zuba
  • 1,488
  • 1
  • 17
  • 50
2
votes
0 answers

Install Vundle plugin without Git Clone command

I am at my company's network and it isn't possible for me to run commands such as wget or git on my console. I need to install Vundle plugin for Vim editor. All the installation I found says i need to do this git clone…
HobbitOfShire
  • 2,144
  • 5
  • 24
  • 41
2
votes
1 answer

Unable to use NERDCommenter with vundle

I am using vim The-NERD-Commenter plugin along with vundle. But I am not able to get the plugin to work. I have my leader ley mapped to ,. When I run the :scriptnames command I see that ~\vimfiles\bundle\The-NERD-Commenter\plugin\NERD_commenter.vim…
Amrish
  • 679
  • 1
  • 8
  • 20
2
votes
1 answer

vimrc test for if_lua during vundle BundleInstall

I use the same .vimrc file on lots of systems. I'd like to bypass vundle installing some modules that I know won't work if 'if_lua' is not present. Is there a vim script way of conditionally doing Bundle 'Shougo/neocomplete.vim' only if vim was…
navicore
  • 1,979
  • 4
  • 34
  • 50
2
votes
4 answers

Vim Bundle vundle wont install

Platform - Mac OS- 10.8.5 Here is my .vimrc file, followed by errors I get. *My git repository is set correctly ----- * git config --global core.editor "vim" (This is setting in my .bashrc) ** set -o vi (is setting in my .bashrc) .vimrc file set…
user3524121
  • 21
  • 1
  • 2
2
votes
1 answer

Trouble installing/configuring Vundle

I am following the Vundle install instructions from https://github.com/gmarik/vundle but I run into trouble at step #3 (issuing the command :BundleInstall from within VIM). I get an error, E492: Not an editor command: BundleInstall I am running…
2
votes
3 answers

Is BundleInstall (for Vundle) required every time Vim is started?

I'm using Vim/Cream on Win7 with the Vim binaries provided with Cream (v7.3.107), and have installed Vundle, and the plugins work fine after I run :BundleInstall. But after exiting and restarting, the plugins don't work until I run BundleInstall…
traycerb
  • 83
  • 9
2
votes
1 answer

Configuration doesn't work for using vundle on vim

I install Vundle by the step of its github homepage. I have installed the git, curl and clone the vundle to my directory. While I encountered problems as follows: Error detected while processing C:\Program Files\Vim\_vimrc: line 21: E518: Unknown…
liu
  • 937
  • 1
  • 9
  • 15
1 2
3
8 9