awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • nvim-mini/mini.nvimAvatar nvim-mini

    nvim-mini/mini.nvim

    9,325Vezi pe 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
    Vezi pe GitHub↗9,325
  • ctfd/ctfdAvatar CTFd

    CTFd/CTFd

    6,523Vezi pe GitHub↗

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

    Pythonctfctfdeducation
    Vezi pe GitHub↗6,523
  • nanotee/nvim-lua-guideAvatar nanotee

    nanotee/nvim-lua-guide

    5,934Vezi pe GitHub↗

    Acest proiect este un ghid cuprinzător pentru scrierea configurațiilor și plugin-urilor Neovim folosind limbajul de programare Lua. Servește drept manual pentru utilizarea API-ului nativ Lua din Neovim pentru a gestiona bufferele, ferestrele și opțiunile editorului. Ghidul se concentrează pe interoperabilitatea dintre Lua și Vimscript, oferind instrucțiuni despre cum să execuți Vimscript din Lua și să apelezi funcții Lua din interiorul Vimscript. De asemenea, oferă un framework pentru dezvoltarea de plugin-uri, acoperind organizarea codului în module externe și crearea de comenzi și mapări de taste personalizate. Documentația acoperă capabilități mai largi, inclusiv automatizarea fluxului de lucru al editorului, manipularea variabilelor interne și gestionarea opțiunilor editorului. Include, de asemenea, instrucțiuni pentru încărcarea fișierelor externe și modificarea liniilor din buffer.

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

    documentationguidelua
    Vezi pe GitHub↗5,934
  • danger/dangerAvatar danger

    danger/danger

    5,645Vezi pe GitHub↗

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

    Rubyautomationbitbucketci
    Vezi pe GitHub↗5,645
  1. Home
  2. Development Tools & Productivity
  3. Neovim Plugins
  4. Plugin Development Frameworks

Explorează sub-etichetele

  • 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.