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

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

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

4 个仓库

Awesome GitHub RepositoriesPlugin Development Frameworks

Tools and APIs for building and verifying editor extensions.

Distinct from Neovim Plugins: Focuses on the framework for creating and testing plugins, rather than being a plugin itself

Explore 4 awesome GitHub repositories matching development tools & productivity · Plugin Development Frameworks. Refine with filters or upvote what's useful.

Awesome Plugin Development Frameworks GitHub Repositories

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

    nvim-mini/mini.nvim

    9,325在 GitHub 上查看↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Provides a dedicated framework for verifying plugin behavior through headless editor instances and RPC state verification.

    Lualuamini-nvimneovim
    在 GitHub 上查看↗9,325
  • ctfd/ctfdCTFd 的头像

    CTFd/CTFd

    6,523在 GitHub 上查看↗

    Adds new features or integrations by developing and installing custom plugins that hook into the framework.

    Pythonctfctfdeducation
    在 GitHub 上查看↗6,523
  • nanotee/nvim-lua-guidenanotee 的头像

    nanotee/nvim-lua-guide

    5,934在 GitHub 上查看↗

    该项目是使用 Lua 编程语言编写 Neovim 配置和插件的综合指南。它作为一本手册,指导如何使用原生的 Neovim Lua API 来管理缓冲区、窗口和编辑器选项。 该指南重点介绍了 Lua 与 Vimscript 之间的互操作性,提供了如何从 Lua 执行 Vimscript 以及从 Vimscript 内部调用 Lua 函数的说明。它还提供了一个插件开发框架,涵盖了将代码组织成外部模块以及创建自定义命令和键映射的内容。 该文档涵盖了更广泛的功能,包括编辑器工作流自动化、内部变量的操作以及编辑器选项的管理。它还包括有关加载外部文件和修改缓冲区行的说明。

    Provides a manual for organizing code into modules and creating custom commands for Neovim plugins.

    documentationguidelua
    在 GitHub 上查看↗5,934
  • danger/dangerdanger 的头像

    danger/danger

    5,645在 GitHub 上查看↗

    Wraps reusable Dangerfile logic into a plugin that has full access to all Dangerfile methods and attributes.

    Rubyautomationbitbucketci
    在 GitHub 上查看↗5,645
  1. Home
  2. Development Tools & Productivity
  3. Neovim Plugins
  4. Plugin Development Frameworks

探索子标签

  • Dangerfile Plugin WrappersWraps reusable Dangerfile logic into a plugin that has full access to all Dangerfile methods and attributes. **Distinct from Plugin Development Frameworks:** Distinct from Plugin Development Frameworks: specifically wraps Dangerfile logic for code review automation, not general editor plugin development.
  • Plugin Development GuidesInstructional resources for architecting and implementing editor extensions. **Distinct from Plugin Development Frameworks:** Focuses on the educational guide for development rather than a framework or tool for building plugins.