Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Neovim Portable InstallerNew to Visual Studio Code? Get it now.
Neovim Portable Installer

Neovim Portable Installer

luvmagi

|
3 installs
| (0) | Free
Install Neovim v0.12.2 (LuaJIT 2.1) on Windows directly from VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CodexTension Neovim

This extension bundles Neovim v0.12.2 for Windows (portable) and extracts it to a directory of your choice with a single command.

Official release: https://github.com/neovim/neovim/releases/tag/v0.12.2


Getting Started

1. Extract Neovim

Open the Command Palette (Ctrl+Shift+P) and run:

CodexTension: Install Neovim

Review and accept the license notice, then choose a destination folder (e.g. C:\tools\).

After extraction, the folder structure will look like this:

C:\tools\
└── nvim-win64\
    └── bin\
        └── nvim.exe

2. Move Neovim to a permanent location (recommended)

VS Code's extension directory is tied to the extension — it may be removed when the extension is uninstalled. Move the nvim-win64 folder to a stable path, for example:

C:\tools\nvim-win64\

3. Add Neovim to your PATH

Add the bin directory to your system PATH so you can run nvim from any terminal:

  1. Press Win + S and search for "Edit the system environment variables"
  2. Click Environment Variables → select Path → Edit
  3. Add a new entry: C:\tools\nvim-win64\bin (replace with your actual path)
  4. Click OK and restart your terminal

Verify the installation:

nvim --version
# NVIM v0.12.2

4. Uninstall this extension when you're done

Neovim is fully portable and does not depend on this extension to run. Once your PATH is configured, you can safely uninstall CodexTension Neovim from the Extensions panel — Neovim will continue to work normally.


Build Info

Field Value
Neovim version v0.12.2
Build type Release
LuaJIT 2.1.1774638290
Platform Windows x64

License

Neovim is distributed under the Apache License 2.0. The full license text is included in this extension (LICENSE file).

This extension is a distribution wrapper only and makes no modifications to Neovim.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft