vundle Questions
5
Solved
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 exten...
6
Solved
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 sy...
2
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...
7
Solved
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 'vallor...
3
Solved
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 ...
Macula asked 8/7, 2015 at 14:19
3
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...
5
Solved
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 w...
Blemish asked 12/1, 2014 at 21:16
2
Solved
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 run...
4
Solved
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 edi...
Irresolvable asked 3/5, 2015 at 17:56
3
Solved
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
├── b...
4
Solved
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 ...
3
Solved
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...
Subset asked 3/10, 2013 at 8:7
4
Solved
I am having trouble getting Vundle for Vim to work (I am on Ubuntu 14.04). Here the relevant part from my .vimrc
4 " For Vundle$
5 filetype off$
6 set rtp+=~/.vim/bundle/vundle$
7 call vund...
Knave asked 12/6, 2014 at 13:24
1
Solved
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 vundle#installer#new..<SN...
1
Solved
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
work...
1
Solved
I'm a vim newbie setting up some plugins. Some recommend installation via Vundle, others via pathogen. Is it possible to use both package managers at the same time in this circumstance? If so, is i...
1
Solved
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/ner...
Zootoxin asked 20/9, 2014 at 4:28
1
© 2022 - 2024 — McMap. All rights reserved.