4 रिपॉजिटरी
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.
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.
Adds new features or integrations by developing and installing custom plugins that hook into the framework.
यह प्रोजेक्ट 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.
Wraps reusable Dangerfile logic into a plugin that has full access to all Dangerfile methods and attributes.