Pathogen is a Vim runtime manager. Designed to allow you to install plugins and runtime files in their own directories.
Questions tagged [pathogen]
91 questions
0
votes
1 answer
How to convert pathogen installation instructions to vundle?
I use Vundle to manage my plugins. However, some plugins only have instructions for manual installation or installation with Pathogen. For example:
install details
Installation With Pathogen:
1. Place in pathogen directory
Installation W/Out…

Chris Snow
- 23,813
- 35
- 144
- 309
0
votes
1 answer
How can i prevent my vim plugins being overridden by older ones?
I have installed MacVim via homebrew, and pathogen via downloading the pathogen.vim file to my ~/.vim/autoload directory. I have got cloned the vim-perl plugin into ~/.vim/bundle directory.
However, when i open a perl file, it uses the syntax…

cubabit
- 2,527
- 3
- 21
- 34
0
votes
0 answers
vim powerline plugin doesn't work under ubuntu 14.04
guys i installed the vim_powerline plugin through pathogen which am not sure works, my ~/.vimrc looks like this:
"pathogen
call pathogen#infect()
call pathogen#helptags()
filetype plugin indent on
set laststatus=2
let g:Powerline_symbols =…

s4my
- 29
- 1
- 9
0
votes
2 answers
Pathogen not recognizing syntax files of bundles
I'm trying to figure out how to get Syntax highlighting or getting the colorscheme in my .vimrc to work with my current VIM instance, version 7.4.335, installed via Homebrew. I used Pathogen to download a lot of plugins and I can tell it's working…

CGideon
- 143
- 2
- 15
0
votes
1 answer
I used a bash command in home and vim-pathogen stopped working
I used this command
for f in *; do mv "$f" `echo $f | tr ' ' '_'`; done
to remove whitespaces in /home/user and now vim tells me this:
Error detected while processing /home/user/.vimrc:
line 2:
E117: Unknown function: pathogen#infect
E15:…
0
votes
1 answer
Trouble installing any plugins for vim (using pathogen)
I have searched all over the internet and have not been able to find any resources which will ELI5 vim plugins. I found a resource that said that pathogen makes it simple so I got that. It is in my ~/.vim directory. I have also added the two…
0
votes
2 answers
Problems with vim-pathogen on mac osx
I have recently moved from Ubuntu to Mac osx. And my first thing is to bring my vim with me.
I downloaded source from vim.org and compiled with gcc.( I'll put the version output at the bottom of my post)
I added pathogen.vim to ~/.vim/autoload…

Jack
- 619
- 2
- 9
- 18
0
votes
1 answer
Errors when opening VIM (pathogen,rope,python)
After a system upgrade to:
Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise
Each time I open vim I get these errors, any hint? If needed I can provide .vimrc file. Thanks in advance!
"new.py"…

AJN
- 1,196
- 2
- 19
- 47
0
votes
1 answer
UtilSnips plugin installation with pathogen gvim (v7.x) issue
I'm having difficulty installing UltiSnips onto gvim using pathogen (on Windows 7).When I place the UltiSnips folder in vim73/bundle gvim subsequently won't open. When I remove UltiSnips gvim opens again as normal.
The version of gvim is 7.3.
The…

user2962912
- 69
- 1
- 6
0
votes
0 answers
How do I get pathogen working on Windows?
Over the weekend I reengineered my .vim directory on OS X to use pathogen.vim. This worked perfectly and I checked everything into github once I finished.
Today, I pulled everything down to my Windows installation of vim and found out it doesn't…

Kris Harper
- 5,672
- 8
- 51
- 96
0
votes
1 answer
perlomni.vim installation fail using pathogen or vundle
I am tyring to install perlomni.vim so I can use auto function lookup in a gvim window.
I have tried using pathhogen and vundle for trying to configure this bundle.
I think the problem I am running into is how I am install perlomni.vim
I have a…

user2479059
- 63
- 1
- 6
0
votes
1 answer
Installing Snipmate with Pathogen vim
I attempted to install Snipmate in vim via Pathogen, by:
cd ~/Dropbox/vim/bundle
git clone https://github.com/garbas/vim-snipmate
cd vim-snipmate
git clone https://github.com/honza/vim-snippets.git
(My vim repository is in Dropbox, with my ~/.vimrc…

dzy
- 171
- 2
- 8
0
votes
1 answer
Some git submodules won't clone
I'm using git + pathogen to track my vim plugins. I have a git repo in my .vim folder, and all my plugins are in the bundle folder.
To add a new plugin I do:
git submodules add git://github.com/plugin.git bundle/plugin
It works out of the box for…

leo
- 1,117
- 1
- 8
- 18
0
votes
2 answers
Vim - How can I install this simple markdown preview plugin with Pathogen?
I found a little plugin to help me preview markdown files from Vim. It will let me see the HTML file in my default browser. You can read about the plugin here: http://blog.natesilva.com/post/5256838248/how-to-preview-a-markdown-document-in-vim
The…

tadasajon
- 14,276
- 29
- 92
- 144
0
votes
1 answer
Problems installing Nerdtree
According to the nerdtree install directions, I needed to install pathogen.vim to install nerdtree. To install pathogen.vim, I followed the pathogen install instructions, and I did this:
~$ mkdir -p ~/.vim/autoload ~/.vim/bundle; \
> curl -so…

7stud
- 46,922
- 14
- 101
- 127