awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesEngine

Mapping of internal engine commands to external editor API calls.

Distinct from Command Aliasing: Distinct from general CLI aliasing by focusing on the bridge between an editing engine and a host API.

Explore 1 awesome GitHub repository matching development tools & productivity · Engine. Refine with filters or upvote what's useful.

Awesome Engine GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vscode-neovim/vscode-neovimAvatar de vscode-neovim

    vscode-neovim/vscode-neovim

    7,689Ver en GitHub↗

    This project is a modal editing integration that embeds a full Neovim instance into Visual Studio Code. It functions as a modal text editor, providing native motions and keybindings for navigation and text manipulation through a buffer synchronization bridge. The integration features a Lua scripting interface for automating editor behavior and a coordination layer that maps Neovim motions to native Language Server Protocol actions for code navigation. It ensures consistency between the two environments using a shared clipboard provider and synchronized cursor and selection states. The system

    Intercepts Neovim engine-level window and buffer commands to trigger corresponding VSCode API calls.

    TypeScript
    Ver en GitHub↗7,689
  1. Home
  2. Development Tools & Productivity
  3. Command Aliasing
  4. Engine