Integrates a full Neovim backend into VSCode to provide a feature-rich Vim editing experience without sacrificing native VSCode functionality.
This VSCode extension embeds a full Neovim instance, giving users a complete Vim editing experience while keeping VSCode's native insert mode and features like LSP and autocompletion. It fully supports custom `init.lua` files and most Neovim plugins, acting as a true Neovim backend. Developers can even interact with VSCode features directly from Neovim using commands like `vscode.action` and `vscode.eval`.
Integrates a full Neovim backend into VSCode to provide a feature-rich Vim editing experience without sacrificing native VSCode functionality.
Developers accustomed to Neovim or Vim keybindings and workflows will find this ideal for a deeply integrated experience within VSCode.