pathogen Questions

5

I'm using Vim with a bunch of plugins (pathogen, ctags, snipmate, supertab, ...), and everything works fine for all kinds of file extensions. However, when I'm try to edit .tex files it presents t...
Auxin asked 28/11, 2011 at 19:11

5

Solved

I am relatively new to the linux world and have started recently exploring the options it provides and I am fascinated by the power of vim editor.I have recently installed vim74 (the latest version...
Helvetii asked 5/2, 2015 at 9:58

3

Solved

Is it possible to make vim to reload pathogen plugins without restarting vim? I have opened vim with many files, then I add plugin to: ~/.vim/bundle Since now I'd like to force vim to use the new ...
Sawfly asked 17/1, 2014 at 13:33

3

Solved

I just installed MacVim (and did an override of Vim). And I am trying to get Pathogen to work. When I start Vim, I get the following error: Error detected while processing /Users/nir/.vim/autoload...
Stereotypy asked 8/6, 2015 at 16:43

5

Setting up a new machine and trying to get Solarized running in Vim. Getting the following error when I run vim: E185: Cannot find color scheme solarized Tried to follow Pathogen install instruc...
Determinative asked 9/3, 2013 at 15:23

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...
Vaticination asked 30/4, 2015 at 15:12

3

Solved

I've been using Vim and pathogen for a while, and things were working fine, but recently I've started having load order issues with my ftplugin configuration. The specific problem I'm having right...
Whitsunday asked 17/11, 2013 at 22:17

3

Solved

I was going to install the pathogen plugin in GVIM for windows but the instructions say to install in the \vimfiles\autoload folder which I don't have. How would I install pathogen?
Sherrer asked 20/7, 2012 at 1:41

3

Solved

How do I uninstall a plugin I installed with pathogen?
Grekin asked 8/12, 2012 at 17:10

3

Solved

This should be a very straightforward problem. I have a simple .vimrc file. It is 15 lines in its entirety: filetype off set nocompatible call pathogen#infect() syntax on filetype plugin indent on...
Mclane asked 26/10, 2012 at 3:53

4

Solved

Currently I use Pathogen to organize my vim plugins. It seems to do this fine and without a hitch but for some reason the helptags are not generated. I don't think my file structure is at fault (al...
Etheridge asked 7/8, 2011 at 2:28

4

Solved

I've just installed pathogen on my ~/.vim and add the new command to run the bundles :call pathogen#infect() I've already add to my ~/.vim/bundle folder vim-surround and NERDtree and everythin...
Ruelas asked 29/8, 2011 at 15:44

3

Solved

I've installed the vim-gitgutter plugin with pathogen. I can type :GitGutterLineHighlightsEnable from inside vim and line highlights are turned on, great. But I want line highlights to be automati...
Pansir asked 24/1, 2014 at 1:4

3

Solved

I use the Pathogen plugin for gvim. When configuring I set the following in my vimrc file: call pathogen#infect() call pathogen#helptags() call pathogen#runtime_append_all_bundles() filetype on "...
Dual asked 13/7, 2013 at 12:55

3

Solved

I'm trying to use Pathogen to manage Vim plugins. I had a couple of scripts I made in .vim/ftplugins. I installed Pathogen but now none of the scripts in ftplugins runs. I tried adding a director...
Kiser asked 10/1, 2013 at 18:3

1

I've recently moved to a new MacBook, taking my vim dot files with me. Whilst Pathogen works fine on my old MacBook, it's not loading at all on my new one. I've now reinstalled Pathogen from scratc...
Caddy asked 4/1, 2012 at 7:30
1

© 2022 - 2024 — McMap. All rights reserved.