1 repository
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.
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.