1 Repo
Tools specifically for managing the search paths used by a runtime environment.
Distinct from Vim Plugin Managers: Focuses on the runtime path variable specifically, rather than general plugin downloading and installation.
Explore 1 awesome GitHub repository matching development tools & productivity · Runtimepath Managers. Refine with filters or upvote what's useful.
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.
Manages the list of directories the editor searches for scripts to avoid manual path entries.