Need advice about which tool to choose?Ask the StackShare community!

pathogen.vim

14
22
+ 1
2
Vim-Plug

71
100
+ 1
17
Add tool

Vim-Plug vs pathogen.vim: What are the differences?

  1. Plugin Management: Vim-Plug allows for lazy loading of plugins which Pathogen.vim does not support. This means that with Vim-Plug, plugins are only loaded when needed, reducing startup time and memory usage.
  2. Easy Installation: Installing plugins with Vim-Plug is straightforward and does not require additional steps compared to Pathogen.vim, which may need manual intervention for certain plugins.
  3. Automatic Updates: Vim-Plug has built-in support for automatically updating plugins when needed, providing a more convenient user experience compared to Pathogen.vim, where updates have to be done manually.
  4. Dependency Management: Vim-Plug supports specifying dependencies for plugins, ensuring that the required dependencies are installed before the plugins are loaded. Pathogen.vim lacks this feature, leading to potential issues with missing dependencies.
  5. Workflow Integration: Vim-Plug seamlessly integrates with Git workflows, allowing users to specify plugins from Git repositories directly. Pathogen.vim, on the other hand, requires plugins to be added to the runtimepath manually.
  6. Parallel Installation: Vim-Plug allows for parallel installation of plugins, speeding up the process compared to Pathogen.vim, which installs plugins sequentially.

In Summary, Vim-Plug offers advanced features like lazy loading, easier installation, automatic updates, dependency management, Git integration, and parallel installation compared to Pathogen.vim.

Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of pathogen.vim
Pros of Vim-Plug
  • 2
    It fits the posix-y model of path manipulation
  • 5
    Parallel plugins downloading
  • 5
    Simple
  • 4
    Fast
  • 3
    Intuitive

Sign up to add or upvote prosMake informed product decisions

What is pathogen.vim?

Manage your 'runtimepath' with ease. In practical terms, pathogen.vim makes it super easy to install plugins and runtime files in their own private directories.

What is Vim-Plug?

A minimalist Vim plugin manager.

Need advice about which tool to choose?Ask the StackShare community!

What companies use pathogen.vim?
What companies use Vim-Plug?
    No companies found
    Manage your open source components, licenses, and vulnerabilities
    Learn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with pathogen.vim?
    What tools integrate with Vim-Plug?
    What are some alternatives to pathogen.vim and Vim-Plug?
    Vundle
    Vundle is short for Vim bundle and is a Vim plugin manager.
    Git
    Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
    GitHub
    GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
    Visual Studio Code
    Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows.
    Docker
    The Docker Platform is the industry-leading container platform for continuous, high-velocity innovation, enabling organizations to seamlessly build and share any application — from legacy to what comes next — and securely run them anywhere
    See all alternatives