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
0 answers
error: Snakefile "test/Snakefile" not found
(PathoFact) pradip@Pady:
snakemake -s test/Snakefile --use-conda --reason --cores 1 -p
#############################################
I am getting this....
Error: Snakefile "test/Snakefile" not found.
>
PathoFact) pradip@Pady:~$ #
snakemake -s…
0
votes
1 answer
NERDTree appearing blank in specific folders
So I have NERDTree set up, and it mostly works just fine. Generally speaking, when I open Vim somewhere, NERDTree does its usual thing and starts working. However, there are some very, very specific directories at which, upon opening Vim, NERDTree…

Kourosh Taheri-Golvarzi
- 124
- 1
- 5
0
votes
1 answer
Why is properly commented line in vimrc giving error for Missing quote?
I've been trying to add comments to my vimrc file and for some reason it is not allowing me to comment after the execute pathogen line.
4: execute pathogen#infect() "Enable Pathogen
5:
6: syntax on "*Syntax color highlighting*
With vimrc…

0x4a6f7368
- 38
- 6
0
votes
1 answer
Vim plugin failing to load.
I have a vim configuration on github with a single plugin as a submodule.
I set it up in a new user area like so:
561 git clone --recurse-submodules https://github.com/joereddington/dotvimdirectory/
562 mv dotvimdirectory/ .vim
563 ls…

Joe
- 4,367
- 7
- 33
- 52
0
votes
1 answer
pathogen not loading plugins in GVIM
I'm having trouble using pathogen with GVIM on Windows 10.
So far, I've installed GVIM in C:/Program Files (x86)/, vim-pathogen in C:/Program Files (x86)/Vim/vimfiles/autoload and my plugins in C:/Program Files (x86)/Vim/vimfiles/bundle.
I've…

easytarget
- 945
- 2
- 13
- 35
0
votes
0 answers
Run Vim on Ubuntu:E117: Unknown function: pathogen#infect
I have a simple .vimrc file. It is 3 lines in its entirety:
execute pathogen#infect()
syntax on
filetype plugin indent on
When I try to start vim, though, I get the following error message:
Error detected while processing /home/simoonp/.vimrc:
line…

司明朋
- 9
- 3
0
votes
1 answer
Why is this vim plugin not getting loaded?
I am using pathogen to build a plugin bundle to manage my blog. For starters I wanted to factor out some commands I defined directly in my vimrc and move them to a plugin. Here's how I set up the bundle:
call…

Frew Schmidt
- 9,364
- 16
- 64
- 86
0
votes
1 answer
marvim.vim doesn't load via pathogen
I have a few plugins that load via pathogen just fine. But marvim.vim doesn't load. However, if I move marvim to ~/.vim/plugin from ~/.vim/bundle, marvim loads and works well. Is it possible to get marvim to load via pathogen?
Here's my .vimrc
set…

Sudheer
- 710
- 6
- 25
0
votes
1 answer
Pathogen bundles not being saved by git
Original question
Pathogen bundles not being loaded.
I'm running Kali Linux and I've set up my .vimrc in the recommended way
set nocompatible
execute pathogen#infect('~/.vim/bundle/{}')
filetype on
filetype plugin on
filetype plugin indent…

Ben
- 6,986
- 6
- 44
- 71
0
votes
1 answer
Pathogen helptags not generating
I know there is a lot of questions about the :Helptags Pathogen command, but I just can't find the answer to this particular problem anywhere.
When I run the :Helptags command in Vim, it just jumps out from the command line, up to NerdTree or the…

Mikkel Ziemer
- 11
- 1
0
votes
1 answer
Vim plugin uninstall failed aftermath :(
I was installing some packages via pathogen and did not like one of the color themes and deleted those packages via terminal.
Ever since then when I execute vim thankYou.js ( :) ), I get this.
Failed. HELP
How do I remove those '--- options --' and…

DevBear15
- 219
- 4
- 15
0
votes
1 answer
delimitMate not working on vim installed with Pathogen
I'm trying to install delimitMate on vim version 7.3. I am using Pathogen. My other pathogen bundles work, so it is not a problem with my setup.
In fact, I've also tried auto-pairs and ClosePairs plugins too, and none of them work. I don't know…

bluejay5
- 55
- 1
- 6
0
votes
2 answers
In vim with pathogen, how can I check if a plugin will be loaded?
I'm using pathogen to manage my plugins in vim, and I have a section in my vimrc that I would like to run only if a certain plugin isn't installed/won't be loaded. E.g.
if(dwm.vim not in use)
nnoremap h
nnoremap j
…

Danwizard208
- 185
- 11
0
votes
1 answer
Vim snipMate installed with pathogen not triggering
Sorry I searched for answer to the above question but none matched my exact situation. I am a beginner at vim and trying to set it up for C++ programming. I am using Xubuntu 14.04 and installed vim using sudo-apt and I also installed YouCompleteMe…

hellfragger
- 143
- 1
- 4
- 12
0
votes
1 answer
Vim + Airline + Linux sloppy exit
I have prepared a small video by recording my desktop to show you what happens. The steps that happen are (beforehand, note that execute pathogen#infect() is enabled in my .vimrc):
vim
:q *
vim ~/.vimrc and comment out execute…

dylnmc
- 3,810
- 4
- 26
- 42