awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 रिपॉजिटरी

Awesome GitHub RepositoriesVim Plugin Managers

Tools designed to download, organize, and manage extensions for the Vim text editor.

Distinct from Vim Plugins: Distinct from general plugins; this is the tool that manages them.

Explore 11 awesome GitHub repositories matching development tools & productivity · Vim Plugin Managers. Refine with filters or upvote what's useful.

Awesome Vim Plugin Managers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • junegunn/vim-plugjunegunn का अवतार

    junegunn/vim-plug

    35,685GitHub पर देखें↗

    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

    Provides a complete system for downloading and organizing external plugin packages for Vim.

    Vim Scriptvim
    GitHub पर देखें↗35,685
  • vundlevim/vundle.vimV

    VundleVim/Vundle.vim

    23,942GitHub पर देखें↗

    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

    Provides a complete system to download, organize, and manage extensions for the Vim text editor.

    Vim Script
    GitHub पर देखें↗23,942
  • spf13/spf13-vimspf13 का अवतार

    spf13/spf13-vim

    15,501GitHub पर देखें↗

    This project is a Vim configuration distribution and IDE framework designed to transform Vim into a full-featured development environment. It functions as an environment bootstrapper that automates the cloning and installation of editor configurations and plugin bundles to ensure a consistent setup across different machines. The distribution uses a structured layer of settings and overrides, allowing users to customize the environment via local and fork-specific files without modifying the base source. It provides a curated collection of extensions that enable IDE-like capabilities for code n

    Automates the cloning and installation of configurations to ensure a consistent editor state across machines.

    Vim Script
    GitHub पर देखें↗15,501
  • tpope/vim-pathogentpope का अवतार

    tpope/vim-pathogen

    12,125GitHub पर देखें↗

    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.

    Provides a specialized tool for organizing and managing extensions for the Vim text editor.

    Vim Script
    GitHub पर देखें↗12,125
  • wsdjeg/vim-galore-zh_cnwsdjeg का अवतार

    wsdjeg/vim-galore-zh_cn

    10,629GitHub पर देखें↗

    This project is a collection of curated educational resources, configuration guides, and plugin directories for the Vim text editor, provided as comprehensive technical documentation in Chinese. It serves as a structured learning guide to help users master editor operations, ranging from basic usage to advanced proficiency. The resource includes a curated configuration guide and a categorized plugin directory. These materials provide recommendations for optimizing the editor through a variety of third-party extensions and personalized settings. The documentation covers a broad range of funct

    Provides recommendations for Vim plugin managers to handle installation and organization.

    Vim Scriptneovimspacevimtutor
    GitHub पर देखें↗10,629
  • thoughtbot/dotfilesthoughtbot का अवतार

    thoughtbot/dotfiles

    8,157GitHub पर देखें↗

    This project is a collection of configuration files designed to standardize the behavior and appearance of Zsh, Vim, and Tmux across development machines. It provides a unified environment by combining shell settings, editor configurations, and terminal multiplexer layouts. The suite focuses on increasing productivity through Zsh shell customizations and history management, Vim editor optimizations including real-time linting and symbol indexing, and Tmux session management for improved window organization. It also includes a standardized Git workflow configuration with custom aliases and com

    Uses a plugin manager to install and configure a curated set of community extensions for the Vim editor.

    Shell
    GitHub पर देखें↗8,157
  • anishathalye/dotbotanishathalye का अवतार

    anishathalye/dotbot

    7,802GitHub पर देखें↗

    Dotbot is a dotfile installation manager and environment setup automator designed to deploy configuration files from a repository to a local system. It functions as a symlink deployment utility and templated configuration engine, using a combination of symbolic links and custom directives to synchronize settings across machines. The project enables the automation of dotfile deployment through a shell-based configuration bootstrapper. It supports the synchronization of application profiles and the rendering of dynamic configuration files from templates before they are deployed to the filesyste

    Orchestrates the installation of dependencies and environment setup via script-driven shell commands.

    Python
    GitHub पर देखें↗7,802
  • skwp/dotfilesskwp का अवतार

    skwp/dotfiles

    6,976GitHub पर देखें↗

    This project is a curated configuration suite and development environment bootstrapper designed to optimize Zsh and Vim. It provides a collection of dotfiles, plugins, and scripts that automate the installation of system packages and shell tools to standardize a local workstation. The suite focuses on creating a consistent experience across the command line and text editor. It implements a Zsh shell framework with syntax highlighting and fuzzy matching, alongside a Vim configuration that includes advanced plugins and modal editing. It also provides a set of sane defaults and Vim-style keybind

    Adds, removes, and updates Vim plugins using a simplified command-line interface.

    Ruby
    GitHub पर देखें↗6,976
  • thelocehiliosan/yadmTheLocehiliosan का अवतार

    TheLocehiliosan/yadm

    6,328GitHub पर देखें↗

    yadm is a dotfile manager that uses Git as its underlying version control engine to track, synchronize, and manage configuration files across multiple machines. It keeps dotfiles in their original home directory locations while providing a system for deploying different file versions based on operating system, hostname, or hardware architecture through an alternate file naming convention. The tool distinguishes itself through several integrated capabilities that go beyond basic version control. It includes a template-based configuration generation system that renders files by merging template

    Downloads and runs vim-plug to install or remove plugins listed in the vim configuration.

    Python
    GitHub पर देखें↗6,328
  • wklken/k-vimwklken का अवतार

    wklken/k-vim

    4,863GitHub पर देखें↗

    k-vim, Vim टेक्स्ट एडिटर के लिए एक कॉन्फ़िगरेशन फ्रेमवर्क और डेवलपमेंट एनवायरनमेंट है। यह विभिन्न प्रोग्रामिंग स्टैक के लिए एडिटर को ऑप्टिमाइज़ करने के लिए डिज़ाइन की गई प्री-डिफ़ाइंड सेटिंग्स, की-बाइंडिंग प्रोफाइल और क्यूरेटेड प्लगइन सुइट्स का एक सेट प्रदान करता है। यह फ्रेमवर्क भाषा-विशिष्ट प्रोफाइल ग्रुपिंग के माध्यम से खुद को अलग करता है, जो एडिटर को फाइल टाइप के आधार पर प्लगइन्स और फॉर्मेटिंग नियमों के अनुकूल सेट को सक्रिय करने की अनुमति देता है। यह इन एक्सटेंशन को इंस्टॉल, अपडेट और व्यवस्थित करने के लिए एक समर्पित पैकेज मैनेजमेंट सिस्टम को एकीकृत करता है। यह एनवायरनमेंट व्हाइटस्पेस और इंडेंटेशन के लिए ऑटोमेटेड कोड फॉर्मेटिंग, ऑप्टिमाइज़्ड सर्च रिजल्ट पोजिशनिंग और स्ट्रीमलाइंड टैब और बफर मैनेजमेंट सहित व्यापक क्षमताओं को कवर करता है। यह नेविगेशन और एडवांस्ड टेक्स्ट एडिटिंग कंट्रोल्स के लिए कस्टम की-मैपिंग भी लागू करता है।

    Integrates a package manager to download, organize, and update extensions for the Vim editor.

    Vim Scriptk-vimsolarizedvim-configuration
    GitHub पर देखें↗4,863
  • chxuan/vimpluschxuan का अवतार

    chxuan/vimplus

    3,945GitHub पर देखें↗

    vimplus एक Vim कॉन्फ़िगरेशन फ्रेमवर्क और IDE डिस्ट्रीब्यूशन है जो प्री-कॉन्फ़िगर सेटिंग्स का एक सेट और प्लगइन मैनेजमेंट सिस्टम प्रदान करता है। यह डेवलपमेंट एनवायरनमेंट को स्टैंडर्डाइज़ करने के लिए डिज़ाइन किए गए टूल्स के एक क्यूरेटेड संग्रह के रूप में काम करता है। यह प्रोजेक्ट मल्टीपल डिप्लॉयमेंट मेथड्स के माध्यम से खुद को अलग बनाता है, जिसमें मल्टी-यूजर कॉन्फ़िगरेशन के लिए एक bash-आधारित एडिटर प्रोविज़नर और बिना मैनुअल इंस्टॉलेशन के तत्काल एनवायरनमेंट प्रोविज़निंग के लिए एक प्री-कॉन्फ़िगर Ubuntu-आधारित कंटेनर इमेज शामिल है। यह फ्रेमवर्क सिंबल नेविगेशन, प्रोजेक्ट-वाइड सर्च और कमिट हिस्ट्री को ट्रैक करने के लिए git रिपॉजिटरी इंटीग्रेशन सहित एडिटर क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इसमें कोड रिफैक्टरिंग, सिंटैक्स एरर एनालिसिस और वर्कस्पेस बफर मैनेजमेंट के लिए यूटिलिटीज भी शामिल हैं। इंस्टॉलेशन और सेटअप को शेल-स्क्रिप्टेड बूटस्ट्रैप प्रोसेस के माध्यम से हैंडल किया जाता है जो कॉन्फ़िगरेशन और डिपेंडेंसीज़ के डिप्लॉयमेंट को ऑटोमेट करता है।

    Provides a system to install, update, and remove extensions through configuration files.

    Vim scriptdockerlinuxmacosx
    GitHub पर देखें↗3,945
  1. Home
  2. Development Tools & Productivity
  3. Vim Plugin Managers

सब-टैग एक्सप्लोर करें

  • Bootstrap Plugin InstallationsDownloads and installs Vim plugins declared in dotfiles using vim-plug during the bootstrap process. **Distinct from Vim Plugin Managers:** Distinct from Vim Plugin Managers: focuses on automated installation during bootstrap, not general plugin management.
  • Configuration BootstrappersTools that automatically synchronize and install required dependencies based on a configuration script during startup. **Distinct from Vim Plugin Managers:** Focuses specifically on the automated installation and setup of the environment from a script, rather than general lifecycle management of plugins.
  • Runtimepath ManagersTools 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.