awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tpope avatar

tpope/vim-pathogen

0
View on GitHub↗
12,125 estrellas·1,144 forks·Vim Script·Vim·5 vistaswww.vim.org/scripts/script.php?script_id=2332↗

Vim Pathogen

vim-pathogen is a plugin manager and runtimepath manager for Vim. It automates the process of adding plugin directories to the configuration path, allowing the editor to load external extensions without requiring manual script sourcing in initialization files.

The system treats individual folders as discrete plugin units and modifies the internal search path at startup. It also functions as a help tag generator, iterating through plugin directories to create and synchronize searchable documentation indexes.

Features

  • Vim Plugin Managers - Provides a specialized tool for organizing and managing extensions for the Vim text editor.
  • Runtimepath Managers - Manages the list of directories the editor searches for scripts to avoid manual path entries.
  • Plugin-Extensible Runtimes - Provides a runtime manager that allows the editor to be extended via external plugin directories.
  • Runtime Path Manipulators - Modifies the internal search path at startup to include external plugin directories.
  • Directory-Based Plugin Discovery - Automatically scans filesystem directories to discover and initialize plugin extensions.
  • Programmatic Plugin Loading - Implements a mechanism to programmatically load plugins by adding their paths to the runtime search variable.
  • Help Tag Indexes - Generates and updates searchable help tags to make plugin documentation accessible.
  • Help Generators - Provides automated generation of searchable help tags for plugin documentation.
  • Index Synchronizers - Refreshes help tags for all directories in the runtime path to maintain current documentation.
  • Documentation Tag Generators - Creates searchable help tags for directories to make plugin documentation discoverable.

Historial de estrellas

Gráfico del historial de estrellas de tpope/vim-pathogenGráfico del historial de estrellas de tpope/vim-pathogen

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Vim Pathogen

Proyectos open-source similares, clasificados según cuántas características comparten con Vim Pathogen.
  • junegunn/vim-plugAvatar de junegunn

    junegunn/vim-plug

    35,685Ver en GitHub↗

    vim-plug is a plugin manager for the Vim text editor that functions as a git-based dependency manager and configuration bootstrapper. It downloads and organizes external plugin packages from remote repositories to extend the editor's functionality. The project acts as a lazy-loading orchestrator to reduce editor startup time by deferring the loading of plugins until specific commands or file types are encountered. It enables version pinning by allowing plugins to be fetched using specific git branches, tags, or commit hashes. The manager provides a framework for plugin installation, lifecycl

    Vim Scriptvim
    Ver en GitHub↗35,685
  • vundlevim/vundle.vimV

    VundleVim/Vundle.vim

    23,942Ver en GitHub↗

    Vundle.vim is a plugin manager and configuration orchestrator for Vim. It allows users to install, update, and remove external extensions based on a central configuration file to maintain consistent editor environments across different machines. The system automates the acquisition of plugin bundles by using Git to clone and track source code. It manages the plugin lifecycle through configuration-driven installation and includes capabilities for searching and discovering new scripts. To ensure extensions are available without restarting the editor, the tool manages the Vim runtime path and r

    Vim Script
    Ver en GitHub↗23,942
  • jxxghp/moviepilotAvatar de jxxghp

    jxxghp/MoviePilot

    11,254Ver en GitHub↗

    MoviePilot is a self-hosted media orchestrator and NAS media library automator. It coordinates workflows between downloaders, metadata scrapers, and file systems to automate the discovery, downloading, renaming, and organization of movie and television content. The system functions as an LLM media management agent, allowing users to control subscriptions, searches, and file organization through conversational text commands. It also acts as a Model Context Protocol server, exposing internal media management tools via a standardized interface for external AI clients and agents. The project inc

    Python
    Ver en GitHub↗11,254
  • chxuan/vimplusAvatar de chxuan

    chxuan/vimplus

    3,945Ver en GitHub↗

    vimplus is a Vim configuration framework and IDE distribution that provides a set of pre-configured settings and a plugin management system. It functions as a curated collection of tools designed to standardize the development environment. The project distinguishes itself through multiple deployment methods, including a bash-based editor provisioner for multi-user configuration and a pre-configured Ubuntu-based container image for immediate environment provisioning without manual installation. The framework covers a broad range of editor capabilities, including symbol navigation, project-wid

    Vim scriptdockerlinuxmacosx
    Ver en GitHub↗3,945
Ver las 30 alternativas a Vim Pathogen→

Preguntas frecuentes

¿Qué hace tpope/vim-pathogen?

vim-pathogen is a plugin manager and runtimepath manager for Vim. It automates the process of adding plugin directories to the configuration path, allowing the editor to load external extensions without requiring manual script sourcing in initialization files.

¿Cuáles son las características principales de tpope/vim-pathogen?

Las características principales de tpope/vim-pathogen son: Vim Plugin Managers, Runtimepath Managers, Plugin-Extensible Runtimes, Runtime Path Manipulators, Directory-Based Plugin Discovery, Programmatic Plugin Loading, Help Tag Indexes, Help Generators.

¿Qué alternativas de código abierto existen para tpope/vim-pathogen?

Las alternativas de código abierto para tpope/vim-pathogen incluyen: junegunn/vim-plug — vim-plug is a plugin manager for the Vim text editor that functions as a git-based dependency manager and… vundlevim/vundle.vim — Vundle.vim is a plugin manager and configuration orchestrator for Vim. It allows users to install, update, and remove… jxxghp/moviepilot — MoviePilot is a self-hosted media orchestrator and NAS media library automator. It coordinates workflows between… thoughtbot/dotfiles — This project is a collection of configuration files designed to standardize the behavior and appearance of Zsh, Vim,… chxuan/vimplus — vimplus is a Vim configuration framework and IDE distribution that provides a set of pre-configured settings and a… skwp/dotfiles — This project is a curated configuration suite and development environment bootstrapper designed to optimize Zsh and…