neovim-toggleA small VS Code extension that provides a simple command to toggle the VSCode Neovim integration on and off. This extension does not embed Neovim or provide its own editor functionality. It only exposes a command that can be mapped to a keyboard shortcut, allowing you to quickly enable or disable the Neovim mode provided by the official VSCode Neovim extension. Requirements
The Neovim extension must already be configured and working before using this extension. InstallationInstall the extension from the VS Code Marketplace, or install manually from a
UsageThe extension provides the following command:
Bind this command to any keyboard shortcut. Example
After adding the keybinding, pressing the shortcut will toggle VSCode Neovim mode. How it worksThis extension sets up a variable It does not:
ConfigurationNo configuration is required other than mapping the shortcut. |