awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

multi-editor plugin framework

Ranking updated Jun 30, 2026

For a plugin for integrating code editors, the strongest matches are neovim/nvim-lspconfig (nvim-lspconfig is a Neovim-specific LSP client configuration framework, not), doomemacs/doomemacs (Doom Emacs is a comprehensive configuration and plugin framework) and shougo/deoplete.nvim (Deoplete). hlissner/doom-emacs and microsoft/vscode-go round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

We curate open-source GitHub repositories matching “editor integrations”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Results for “a plugin for integrating code editors”

Find the best repos with AI.We'll search the best matching repositories with AI.
  • neovim/nvim-lspconfigneovim avatar

    neovim/nvim-lspconfig

    13,370View on GitHub↗

    This project is a configuration framework for Neovim that acts as a client for the Language Server Protocol. It bridges the gap between the text editor and external language analysis tools, enabling the integration of real-time diagnostics, intelligent code completion, and automated refactoring directly into the development environment. The framework provides a standardized interface for managing the lifecycle of external language servers as independent background processes. By utilizing a Lua-based configuration layer, it allows users to define server-specific settings and initialization opt

    nvim-lspconfig is a Neovim-specific LSP client configuration framework, not a multi-editor plugin framework — it only works within Neovim and lacks the cross-editor plugin management, snippet engine, theme management, and keybinding configuration that this search requires.

    LuaLanguage Server ClientsLanguage Server Protocol Clients
    View on GitHub↗13,370
  • doomemacs/doomemacsdoomemacs avatar

    doomemacs/doomemacs

    22,264View on GitHub↗

    This project is a modular configuration framework for the Emacs text editor, designed to provide optimized defaults and a curated ecosystem of plugins. It functions as a comprehensive environment that structures complex editor settings into a reproducible and stable workspace. The framework distinguishes itself through a declarative package management system that pins dependencies to ensure consistency across different machines. It incorporates a modal editing layer that replicates keyboard-driven navigation and text manipulation workflows, alongside a rule-based engine that automates the lif

    Doom Emacs is a comprehensive configuration and plugin framework specifically for Emacs, but it does not support building or managing plugins across multiple code editors, which is the core requirement of a multi-editor plugin framework.

    Emacs LispLanguage Server ClientsLanguage Server ClientsLanguage Server Protocol Clients
    View on GitHub↗22,264
  • shougo/deoplete.nvimShougo avatar

    Shougo/deoplete.nvim

    5,906View on GitHub↗

    Deoplete.nvim is an asynchronous completion engine and framework for Neovim and Vim8. It functions as a non-blocking system for fetching and displaying text suggestions, serving as a modular extension that integrates multiple external completion sources without freezing the editor user interface. The project operates as a Language Server Protocol client, bridging the editor to external language servers to provide context-aware, type-safe completions. It further distinguishes itself by supporting intelligent text prediction through the integration of machine learning engines and language-speci

    Deoplete.nvim is a completion engine for Neovim and Vim8, but it is a single-editor plugin rather than a multi-editor plugin framework, and it focuses solely on autocompletion rather than the broader language support, snippets, and theme management you want.

    PythonLanguage Server ClientsLanguage Server Protocol Clients
    View on GitHub↗5,906
  • hlissner/doom-emacshlissner avatar

    hlissner/doom-emacs

    22,267View on GitHub↗

    This project is an Emacs configuration framework that provides a curated distribution of the editor. It focuses on a modular editor environment and a declarative package management system to ensure reproducible installations and optimized defaults. The framework distinguishes itself through a performance-optimized editor setup that uses lazy loading to reduce startup times. It implements a Vim-emulation layer, providing a modal editing interface with Vim keybindings and a leader-key command hierarchy for efficient navigation. The system covers a broad range of capabilities, including IDE lan

    Doom Emacs is a modular Emacs configuration framework with LSP client integration, snippet/theme/keybinding support and scripting, but it works exclusively within Emacs rather than providing a unified plugin system across multiple code editors.

    Emacs LispLanguage Server ClientsLanguage Server ClientsKeybinding Emulators
    View on GitHub↗22,267
  • microsoft/vscode-gomicrosoft avatar

    microsoft/vscode-go

    5,897View on GitHub↗

    This project is a Go language extension for VS Code that provides a comprehensive development environment through a language server client, a debugging interface, and a test automation runner. It integrates language intelligence, formatting, and debugging capabilities to support the full Go language development lifecycle. The extension distinguishes itself by managing the Go toolchain, including the installation and configuration of external binaries required for language features. It also features a dedicated test automation interface that allows for the generation of unit test skeletons and

    This is a Go language extension for VS Code — a plugin itself, not a cross-editor plugin framework for building and managing features across multiple editors.

    TypeScriptLanguage Server ClientsLSP Clients
    View on GitHub↗5,897
  • dense-analysis/aledense-analysis avatar

    dense-analysis/ale

    13,966View on GitHub↗

    Ale is an asynchronous code analysis tool and integrated development environment plugin designed for lightweight text editors. It functions as a language server protocol client, enabling real-time code intelligence and diagnostic feedback by running analysis tasks in the background to ensure the editor interface remains responsive during intensive operations. The plugin utilizes an event-driven architecture to monitor text buffers and trigger linting or formatting routines automatically. It distinguishes itself through a modular extensibility framework that supports a wide range of language-s

    ALE is a Vim/Neovim-specific linting and LSP client plugin, not a unified framework for building plugins that work across multiple editors like VS Code, Emacs, or Sublime Text.

    Vim ScriptLanguage Server ClientsLanguage Server Protocol Clients
    View on GitHub↗13,966
  • lunarvim/lunarvimL

    LunarVim/LunarVim

    19,260View on GitHub↗

    LunarVim is a Lua-based text editor setup and distribution of Neovim. It serves as a pre-configured development environment that transforms Neovim into a full integrated development environment with sensible defaults, providing features such as autocomplete and file navigation. The project focuses on developer environment bootstrapping and Lua-based editor customization. It enables the establishment of a consistent coding setup across different machines, combining Vim keybindings and modal editing with modern language server capabilities for software development.

    LunarVim is a Neovim distribution with LSP integration, snippets, themes, and Lua scripting, but it is tied to a single editor and does not offer a cross-editor plugin framework.

    LuaLua Scripting Customizations
    View on GitHub↗19,260
  • onivim/oni2onivim avatar

    onivim/oni2

    7,854View on GitHub↗

    Oni2 is a high-performance, extensible text editor and project-based file manager. It functions as a modal code editor, utilizing a keyboard grammar of verbs and motions to navigate and modify source code without a mouse. It also serves as an LSP client, integrating Language Server Protocol servers to provide code completion, symbol navigation, and refactoring. The editor distinguishes itself by acting as a VSCode extension host, allowing it to load and execute language servers and debuggers from the VSCode ecosystem. It provides a programmable environment where custom functionality is implem

    Oni2 is a modal code editor that can load VSCode extensions and supports LSP, snippets, and theme configurations, but it is a standalone editor rather than a unified framework for building plugins across multiple editors.

    ReasonKeybinding ConfigurationsLanguage Server Clients
    View on GitHub↗7,854
  • limetext/limelimetext avatar

    limetext/lime

    15,272View on GitHub↗

    Lime is a multi-platform text editor designed for code and prose that supports simultaneous multi-point insertion for modifying text in several locations at once. It is a Python-scriptable environment that renders across desktop windows, web browsers, and terminal emulators. The editor is designed to be API-compatible with Sublime Text, enabling the execution of its plugins and the import of its configuration files, keybindings, and themes. This compatibility allows users to reuse third-party extensions and maintain a consistent experience when migrating from that environment. The project pr

    Lime is a multi-platform text editor with Sublime Text plugin compatibility, but it is a standalone editor rather than a unified framework for building and managing plugins across multiple code editors.

    Editor Compatibility LayersEditor Theming Engines
    View on GitHub↗15,272
  • helix-editor/helixhelix-editor avatar

    helix-editor/helix

    44,911View on GitHub↗

    Helix is a terminal-based modal text editor designed for efficient code manipulation and navigation. It centers on a selection-first editing model, where operations are performed on active ranges rather than individual cursor positions, allowing for precise control over text and code structures. The editor distinguishes itself through deep integration with structural parsing and language intelligence. By utilizing an incremental parsing library, it builds concrete syntax trees that enable advanced features like structural code navigation, intelligent indentation, and syntax-aware text object

    Helix is a terminal-based modal text editor, not a cross-editor plugin framework — it provides its own editing experience rather than a unified API for building plugins that work across multiple editors.

    RustKeybinding ManagersLanguage Server Clients
    View on GitHub↗44,911
  • microsoft/vscodemicrosoft avatar

    microsoft/vscode

    186,401View on GitHub↗

    This project is a cross-platform code editor designed for software development, offering a comprehensive suite of tools for text editing, workspace management, and task automation. It includes native support for version control, an integrated terminal, and a flexible task runner that allows for the execution of build, test, and deployment workflows directly within the environment. The editor features an extensive AI-driven development assistant system, which provides conversational chat interfaces, inline code suggestions, and autonomous agents capable of executing multi-step coding tasks. Th

    VS Code is a single code editor with its own extension system, not a framework for building plugins that work across multiple editors, so it lacks the cross-editor support you're looking for.

    TypeScriptLanguage Server Clients
    View on GitHub↗186,401
  • wklken/k-vimwklken avatar

    wklken/k-vim

    4,863View on GitHub↗

    k-vim is a configuration framework and development environment for the Vim text editor. It provides a set of pre-defined settings, keybinding profiles, and curated plugin suites designed to optimize the editor for various programming stacks. The framework distinguishes itself through language-specific profile grouping, which allows the editor to activate tailored sets of plugins and formatting rules based on the detected file type. It integrates a dedicated package management system to install, update, and organize these extensions. The environment covers broad capability areas including aut

    k-vim is a Vim-specific configuration framework that manages plugins and keybindings for that single editor, so it does not provide the cross-editor plugin SDK and shared language support you are looking for across multiple editors.

    Vim ScriptCustom Keybindings
    View on GitHub↗4,863
  • lite-xl/lite-xllite-xl avatar

    lite-xl/lite-xl

    6,222View on GitHub↗

    Lite XL is a lightweight, cross-platform text editor built around a minimal C core that embeds a Lua interpreter, allowing the entire editor interface and functionality to be scripted and customized through Lua. It draws text and UI elements directly to a pixel buffer using a single-threaded event loop, bypassing heavyweight widget toolkits to keep the editor fast and responsive even on low-resource hardware. The editor distinguishes itself through its Lua-based plugin architecture and file-based configuration system, where settings, keybindings, and plugin metadata are stored as plain Lua fi

    Lite XL is a single, self-contained text editor with Lua-based plugins and theming, not a framework for building plugins that work across multiple editors—you would use it as one target editor rather than as a cross-editor toolkit.

    LuaLua Scripting Customizations
    View on GitHub↗6,222
  • spacevim/spacevimSpaceVim avatar

    SpaceVim/SpaceVim

    20,253View on GitHub↗

    SpaceVim is a modular configuration framework for Vim and Neovim designed to manage settings, plugins, and keybindings across different editing environments. It functions as a plugin manager that uses a layered organization system to group related functions and plugins, reducing the manual effort required for configuration. The system is centered around a mnemonic keybinding strategy that utilizes the space bar as the primary modifier for editor commands. To maintain performance, the framework implements a startup optimizer that delays the loading of non-essential plugins until they are requi

    SpaceVim is a modular configuration framework limited to Vim and Neovim, not a unified framework for building plugins across multiple editor families—it provides plugin management and keybinding configuration within one ecosystem, missing the cross-editor support this search requires.

    Vim ScriptKeybinding Managers
    View on GitHub↗20,253
  • zed-industries/zedzed-industries avatar

    zed-industries/zed

    85,338View on GitHub↗

    Zed is an AI-native, high-performance code editor designed for extreme responsiveness and keyboard-centric workflows. It functions as an extensible text processing workspace that integrates autonomous agents and predictive models directly into the development environment to automate complex engineering tasks, refactoring, and code generation. The editor distinguishes itself through a GPU-accelerated rendering pipeline and an asynchronous multi-threaded architecture that ensures low-latency interaction even with large-scale projects. It features built-in support for real-time, multi-user colla

    Zed is a high-performance code editor with extensibility via extensions and LSP support, but it is a single editor rather than a unified framework for building and managing plugins across multiple editors as your search describes.

    RustLanguage Server Protocol Clients
    View on GitHub↗85,338
  • astronvim/astronvimAstroNvim avatar

    AstroNvim/AstroNvim

    14,355View on GitHub↗

    AstroNvim is a modular Neovim distribution that functions as a comprehensive development environment. It provides a pre-configured framework for managing editor settings, plugin ecosystems, and language server integrations, effectively transforming a base text editor into a full-featured integrated development environment. The project distinguishes itself through a highly customizable Lua-based architecture that emphasizes modularity and performance. It enables users to manage complex editor configurations through a centralized, declarative system that supports lazy loading, community-maintai

    Astronvim is a modular Neovim distribution that provides LSP, snippets, themes, and keybinding configuration, but it is limited to Neovim only and does not offer cross-editor plugin management for other code editors.

    LuaLanguage Server Protocol Clients
    View on GitHub↗14,355
  • nvim-mini/mini.nvimnvim-mini avatar

    nvim-mini/mini.nvim

    9,325View on 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

    mini.nvim is a rich modular plugin framework for Neovim with LSP, snippets, and theming, but it is tightly coupled to Neovim specifically rather than providing a unified framework across multiple code editors as requested.

    LuaCode Snippet EnginesCustom Key MappingsInteractive Snippet Expansion
    View on GitHub↗9,325
  • sublimehq/packagessublimehq avatar

    sublimehq/Packages

    3,004View on GitHub↗

    This repository contains a collection of extensions and configurations for a text editor plugin ecosystem. It provides a framework for adding language support and custom behavior through a system of customizable key bindings, a project indexing engine, and a syntax highlighting framework. The project utilizes a Python API to enable the development of custom plugins, menus, and tools. It supports a functional extension framework where users can create custom themes, syntax definitions, and resource overrides to expand the editor's visual styles and capabilities. The system covers advanced tex

    Sublime Text's extension framework richly supports plugins, themes, and keybindings, but it is built exclusively for that one editor — it does not unify plugin management across multiple editors as the search requires.

    ShellCustom Key Mappings
    View on GitHub↗3,004
  • mawww/kakounemawww avatar

    mawww/kakoune

    10,938View on GitHub↗

    Kakoune is a scriptable, modal text editor for the terminal that employs a client-server architecture. This model allows multiple terminal windows to connect to a single editing session, providing a programmable environment for managing source code and text. The editor is distinguished by its selection-first logic, where a text region must be predefined before a command is applied. It leverages regular expressions to manage multiple cursors and perform bulk edits across complex text patterns, and it integrates deeply with the shell by piping selections through external programs and filters.

    Kakoune is a standalone modal text editor, not a framework that lets you build and manage plugins across multiple different editors — while it has its own scripting and extensibility, it does not provide cross-editor support or an LSP-agnostic plugin system shared with other editors.

    C++Custom Key Mappings
    View on GitHub↗10,938
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
neovim/nvim-lspconfig13.4KLuaapache-2.0Feb 12, 2026
doomemacs/doomemacs22.3KEmacs LispMITJun 16, 2026
shougo/deoplete.nvim5.9KPythonNOASSERTIONJun 5, 2024
hlissner/doom-emacs22.3KEmacs LispMITJun 17, 2026
microsoft/vscode-go5.9KTypeScriptNOASSERTIONJun 10, 2020
dense-analysis/ale14KVim Scriptbsd-2-clauseFeb 17, 2026
lunarvim/lunarvim19.3KLuaGPL-3.0Jun 5, 2025
onivim/oni27.9KReasonMITAug 17, 2022
limetext/lime15.3K—BSD-2-ClauseJan 2, 2021
helix-editor/helix44.9KRustMPL-2.0Jun 14, 2026

Related searches

  • Editors and their plugins
  • a plugin for enhancing IDE developer productivity
  • a wysiwym markdown editor for web apps
  • a rich-text editor framework for the browser
  • a collaborative code editor with built-in pair programming
  • a headless cms for managing website content
  • a self-hosted AI coding assistant
  • a snippet manager and expander for code editors