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,325GitHub पर देखें↗

    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,523GitHub पर देखें↗

    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,934GitHub पर देखें↗

    यह प्रोजेक्ट 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,645GitHub पर देखें↗

    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.