Questions tagged [pathogen]

Pathogen is a Vim runtime manager. Designed to allow you to install plugins and runtime files in their own directories.

91 questions
2
votes
1 answer

Load the ftplugin folder via janus

I posted an issue at github about this as well, but I figured this would also be a good spot to ask: Does anyone know how to accomplish this functionality? I've been trying for the past couple of days to figure this out all to no avail aside from…
hellatan
  • 3,517
  • 2
  • 29
  • 37
2
votes
0 answers

Vim Latex Suite can't find latex command using Pathogen

Background I was having dual boot issues with Windows 10 and Ubuntu 17.10, which eventually resulted in a boot loop and since I need Ubuntu 16.04.3 for an Operating Systems class I decided to load up an ISO into one of my USBs with Rufus, reformat…
jfh
  • 163
  • 13
2
votes
2 answers

How to install YouCompleteMe using pathogen on windows

I am trying to install YCM using Pathogen, however there isn't a tutorial to do this using Pathogen in the README file on Github. Is there any way to install YCM with Pathogen and how can I do so?
ModoUnreal
  • 642
  • 5
  • 15
2
votes
1 answer

How to build vim plugin so that users can install it using pathogen

I wrote code for a vim plugin (in python wrapped in VimL) and now I want to share it with the world. What do I have to do to get it so that other users can install it with pathogen and add it to their vim packages?
keala
  • 377
  • 3
  • 10
2
votes
1 answer

How do you uninstall Pathogen for vim?

I installed NERDTree with Pathogen, then was not successful in installing snipMate plugin. This is my 3rd day now and I'm giving up on pathogen. I'm trying vundle. Questions: Do I have to uninstall pathogen? If yes, how? Step by step method please…
kofi
  • 361
  • 1
  • 5
  • 13
2
votes
3 answers

Vim - CtrlP (or pathogen) loads only help pages?

i'm newbie on Vim and now I have problem: I have installed Pathogen and CtrlP scripts on my vim. But CtrlP doesn't load properly any CtrlP's command or shortcut doesn't work, only help pages work. It says that :CtrlP is not editor command and…
2
votes
3 answers

Pathogen ignoring ftplugin scripts

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 directory inside .vim/bundle with the scripts but it didn't…
Facundo Casco
  • 10,065
  • 8
  • 42
  • 63
2
votes
3 answers

Selectively enabling VIM plugins with Pathogen + Localvimrc

I'm working on different projects and I want to select what plugins to enable (or disable) for every project. I'm using Pathogen to manage my plugins. Plugins list: .vim \ |-bundle \ |-vim-markdown |-latexsuite …
fradeve
  • 284
  • 4
  • 15
1
vote
1 answer

VIM: Perform a multi-word command when opening multiple files

My thesis is made up of multiple tex files and I'm constantly flicking between them so I created a shell script, load_files.sh: #!/bin/bash vim file1.tex file2.txt, ..., fileN.tex This works fine but unfortunately because of the complex multi-file…
ojunk
  • 879
  • 8
  • 21
1
vote
0 answers

Pathogen only loading some plugins

I'm running gvim in Windows 10 and I'm currently running into an issue where pathogen is loading some plugins, but not others. Specifically, I see that vimwiki is being loaded, but NOT lightline. Both are in the same location:…
Joe
  • 587
  • 1
  • 8
  • 15
1
vote
1 answer

vim-pathogen is ignoring 'after' directory

I am using this plugin which only ships with 'after' directory, containing 'plugin' and 'syntax' directories. Here, it looks like the 'after' directory is added to run time path as well. If I manually move the 'plugin' and 'syntax' directories to…
Hari Sundararajan
  • 608
  • 2
  • 8
  • 18
1
vote
1 answer

runtimepath set, but pathogen#infect unknown function error

I'm trying to setup my vim so I can use my settings as the root user without messing with root's .vim and .vimrc. My vim setup works perfectly when called from my own user. However, when called from the root user I get: E117: Unknown function:…
Ryan Price
  • 315
  • 6
  • 17
1
vote
1 answer

Using NERDCommenter

The tutorial gives this example: c$ |NERDComEOLComment| Comments the current line from the cursor to the end of line. But pressing \c$ or ,c$ in vim copies the current line and switched to insert mode. I've installed the plugin via…
andrey
  • 1,515
  • 5
  • 23
  • 39
1
vote
0 answers

Vim-LaTeX Installation using Pathogen

experts, I am trying to install Vim-LaTeX in Gvim using Pathogen. I am an intermediate user of Vim and have installed many many plugins but this plugin is giving me much grief. I have spent enough time for me not to quit!! I got the folder from…
NotepadPlusPlus PRO
  • 987
  • 1
  • 8
  • 21
1
vote
0 answers

Manage vim-plugin using git submodule and pathogen

I use github to store my dotvim https://github.com/mingchaoyan/dotvim Pathogen is my choice to manage vim-plugins. To generate vim tags, pathogen tells me to add call pathogen#helptags() into vimrc. It generates tags for each plugin. When I type …
mingchaoyan
  • 8,096
  • 3
  • 23
  • 31