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
1
vote
1 answer
vim 7.3 upgrade sets runtimepath to nonexistent path
Hi i have vim6 and upgraded to vim7.
I have both versions. vim6 runs fine.
Upgraded vim7 runtimepath has
/usr/local/share/vim/... this path does not exist, contain anyfiles
I am trying to get the colorscheme to work. When I set syntax on, I get…

syntax
- 585
- 1
- 6
- 17
1
vote
1 answer
Syntastic not checking puppet files
I have installed the Syntastic vim plugin using Pathogen and am attempting to have my puppet files validated using puppet and puppet link checker.
I can see errors and warning from puppet-lint, but in addition to that I would expect the puppet…

Ashutosh Jindal
- 18,501
- 4
- 62
- 91
1
vote
1 answer
writing to .vimrc breaks pathogen?
I have pathogen set up in my vim installation and various plugins installed.
"Call pathogen to set up various plugins
"filetype off
call pathogen#infect()
call pathogen#incubate()
call pathogen#helptags()
When I write my .vimrc in vim, the…

thoss
- 13
- 3
1
vote
1 answer
Pathogen don't load a little script (in the solarized folder)
I'm trying to have a correct vim configuration with pathogen.
In particular, I installed solarized in the bundle folder with the recommanded way :
$ cd vim-colors-solarized/colors
$ mv solarized.vim ~/.vim/colors/
So, I can use the good color…

arthropode
- 1,361
- 2
- 12
- 19
1
vote
1 answer
pathogen is not executed when I am starting vim on ubuntu 12.10
I am new to VIM. I tried to install pathogen.vim plugin. I will describe the folder structure.
--- /etc/vim
-vimrc
-vimrc.tiny
-autoload
-pathogen.vim
-bundle
I have not added anything…

Abhishek Prakash
- 201
- 1
- 3
- 11
1
vote
1 answer
After much reading, I still can't get Pathogen to load a plugin under Windows
For gVim 7.3.46 on Windows 7 64-bit fully updated (I run gVim 7.3.46 because it adds a reliable instance of "Edit with Vim" to the Windows context menu.)
Despite having read an abundance of articles (many of them which repeat the others) I can't get…

RBV
- 1,367
- 1
- 14
- 33
1
vote
2 answers
Can't install vim plugins with pathogen
I am connecting to my university's computers. I am trying to customize vim. They put their vim configuration files in the protected /usr/share folder where I have no permissions.
I copied the .vimrc file to my home directory and started changing.…

user2002121
- 75
- 3
- 8
1
vote
1 answer
Pathogen not generating help tags Vim Windows
I if you have already tried solutions like this one Vim + Pathogen not loading help docs where you only add filetype off before calling pathogen infect and you still CANNOT generate the help tags, this hint might help you.

lekroif
- 992
- 3
- 12
- 24
1
vote
0 answers
Vim - Unknown function: EasyMotion#InitOptions, arpeggio#load, pathogen#infect, pathogen#helptags
I recently installed yadr and oh-my-zsh onto my MacBook Air, after doing so when I try to use vim using iTerm2 (also happens on the Terminal app) I get some errors.
When I try to do vim test.c (or open any existing file for example, easymotion.vim),…

Nelson
- 11
- 1
1
vote
1 answer
JSHint not working with Vim
Using Ubuntu 12.
I installed jshint with
sudo npm install jshint -g
which jshint
shows
/usr/local/bin/jshint, which is also in the PATH variable
Then, I downloaded https://github.com/walm/jshint.vim/blob/master/plugin/jshint.vim
and put it in…

grssnbchr
- 2,877
- 7
- 37
- 71
1
vote
1 answer
Pathogen not loading plugins - no matches found
I am trying to make pathogen work but I am getting a no matches found error:
I followed the instructions here and getting the above error.
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
curl -Sso ~/.vim/autoload/pathogen.vim \
…

satyajit
- 1,470
- 3
- 22
- 43
1
vote
2 answers
Using git submodules with my own repo
I'm newbie in git, so question may be really stupid, sorry for that. I mean, I even found here on stackoverflow questions pretty close to mine, but still don't understand how to solve problem correctly.
I have github repo with my dotfiles, including…

user1094249
- 89
- 8
0
votes
2 answers
Where to put my snippets on windows having vim with pathogen?
Like the subject, i found linux solution:
https://stackoverflow.com/a/8103835
but on windows this apparently doesn't work.
When added file "c:\Program Files\Vim\vimfiles\snippets\javascript.snippets", all js snippets didn't work.

xliiv
- 5,399
- 5
- 29
- 35
0
votes
1 answer
Disabling pathogen for loading specific plugin for javascript files
I do not want to use the plugin "surround" (listed as /bundle/vim-surround) when I am using pathogen with vim for javascript files.
I currently have the following:
let g:pathogen_disabled = []
au FileType javascript call add(g:pathogen_disabled,…

xjq233p_1
- 7,810
- 11
- 61
- 107
0
votes
2 answers
Git Update Changes not from Sub Module - ~/.vim - Pathogen
I was following the guide from here John Anderson Vim Setup to help setup vim. he steps through adding the various submodules to git in the format
git submodule add http://github.com/tpope/vim-fugitive.git bundle/fugitive
since completing his guide…

sayth
- 6,696
- 12
- 58
- 100