NVIM v0.7.0-dev+1033-g6131f8c93
Build type: Release
LuaJIT 2.1.0-beta3
Install
Windows
Zip
- Download nvim-win64.zip
- Extract the zip.
- Run
nvim-qt.exe
MSI
- Download nvim-win64.msi
- Run the MSI
- Add the Neovim location to your path.
- Default location is
C:\Program Files\Neovim
- Default location is
- Run
nvim
ornvim.exe
NSIS
- Download nvim-win64.exe
- Run the installer.
- Ensure that the option to add the installation location to your path is checked if it's your first installation.
- Run
nvim
ornvim.exe
macOS
- Download nvim-macos.tar.gz
- Extract:
tar xzvf nvim-macos.tar.gz
- Run
./nvim-osx64/bin/nvim
Linux (x64)
Tarball
- Download nvim-linux64.tar.gz
- Extract:
tar xzvf nvim-linux64.tar.gz
- Run
./nvim-linux64/bin/nvim
Debian Package
- Download nvim-linux64.deb
- Install the package using
sudo dpkg -i nvim-linux64.deb
- Run
nvim
AppImage
- Download nvim.appimage
- Run
chmod u+x nvim.appimage && ./nvim.appimage
- If your system does not have FUSE you can extract the appimage:
./nvim.appimage --appimage-extract ./squashfs-root/usr/bin/nvim
- If your system does not have FUSE you can extract the appimage:
Other
- Install by package manager
SHA256 Checksums
7a092580b8928c2fc015ce03ae106b51b3ec097965ed97ee84270485af054a6f nvim-linux64.tar.gz
9ec152592781bddaa6b13c1c3aee322826d07c4de29a08701ad904b538ef31a8 nvim-linux64.deb
329e0bfc0e9d2ecff97f1d2b6b999ffd8e931d19fbc34246676edbfc02a59470 nvim.appimage
c149f6c142c6d9590a178dcb4b7edd524ff19eac37a3d620ddd38b823482e83c nvim.appimage.zsync
9d04934fe647d963389fa59631e527a3e9e8a0a49e193b3aa85a2a8007cc2b55 nvim-macos.tar.gz
9a1801891b0e2ed5084a0dfb3f5acfa261fec01d7c56624c3fb6f4876c1660e0 nvim-win64.zip
70797b11dae98bb98f7ad09ecb5ffae89bdabada96f98c9d7b02924809e20342 nvim-win64.msi
6d1ed4ce4553319db9d028655d7266189ddbaf4cf19d3d709ab2c5ffa6a834de nvim-win64.exe