awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesPlugin Managers

Tools that automate the installation and versioning of editor extensions using Lua.

Distinct from Lua: Distinct from general Lua resources: focuses on the plugin management utility specifically.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Plugin Managers. Refine with filters or upvote what's useful.

Awesome Plugin Managers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nvim-lua/kickstart.nvimnvim-lua 的头像

    nvim-lua/kickstart.nvim

    30,856在 GitHub 上查看↗

    Kickstart.nvim is a foundational boilerplate designed for building personalized Neovim environments. It provides a structured framework that uses Lua scripting to organize editor settings and custom logic, serving as a starting point for users to develop their own text editing workflows. The project distinguishes itself by integrating a centralized plugin manager that automates the installation, versioning, and lazy-loading of extensions. This orchestration minimizes startup latency while maintaining a declarative approach to managing the lifecycle of editor tools. The framework supports mod

    Integrates a Lua-based plugin manager to handle extension fetching and lazy-loading.

    Lua
    在 GitHub 上查看↗30,856
  • lazyvim/lazyvimLazyVim 的头像

    LazyVim/LazyVim

    26,643在 GitHub 上查看↗

    LazyVim is a modular configuration framework and distribution for Neovim that transforms a base text editor into a comprehensive integrated development environment. It provides a structured system for managing, loading, and orchestrating editor extensions using Lua, designed to standardize professional development workflows through a curated collection of settings and plugins. The project distinguishes itself through a focus on performance and stability, utilizing deferred plugin initialization to minimize startup latency and resource consumption. Its architecture relies on a directory-based

    Provides a structured system for managing and orchestrating editor extensions with deferred initialization to optimize startup performance.

    Luaneovimneovim-confneovim-config
    在 GitHub 上查看↗26,643
  • folke/lazy.nvimfolke 的头像

    folke/lazy.nvim

    20,305在 GitHub 上查看↗

    This project is a package manager and configuration framework for Neovim, designed to orchestrate the lifecycle of editor extensions. It provides a centralized system for installing, updating, and tracking plugins while ensuring consistent dependency resolution across different environments through the use of lockfiles. The framework distinguishes itself by prioritizing startup performance and modularity. It employs event-based lazy loading to defer the initialization of extensions until specific user interactions, commands, or file types trigger their activation. To further accelerate the ed

    Acts as a configuration framework for managing extensions using modular files and lockfiles.

    Luaneovimneovim-pluginnvim
    在 GitHub 上查看↗20,305
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Dynamic & Scripting
  6. Lua
  7. Plugin Managers

探索子标签

  • OrchestratorsFrameworks for managing the configuration, dependency resolution, and loading sequence of modular extensions. **Distinct from Plugin Managers:** Distinct from general plugin managers: focuses on the orchestration of modular configuration and state.