Releases: muniter/neovim
Releases · muniter/neovim
Nvim development (prerelease) build
NVIM v0.7.0-dev+1135-gfdea15723
Build type: RelWithDebInfo
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
- Search and run
nvim-qt.exe
or runnvim.exe
on your CLI of choice.
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.
- Search and run
nvim-qt.exe
or runnvim.exe
on your CLI of choice.
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 apt install ./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
d647384023e5158c6906df390fd701806dbc012a8cf995a5458403f0c82bd838 nvim-linux64.tar.gz
3bc40e37011be5fd49d171d6658a80264daf5116cd4742f55724c000a3cb149e nvim-linux64.deb
7cf8b1dbb14aea1a8dacdea55c4c196bdf0a4d1a4082fab4a4b4feeb23eaea75 nvim.appimage
b2e3d9ba2d70ef8c2c51d7be687337c1f27740b6a874d4022badea9bd8640d52 nvim.appimage.zsync
27287ff9b1bc991b16e791c8f3c64eb03f2772727ad099264bd6e33c1bb08322 nvim-macos.tar.gz
212c7fdd80efd589c9f10f907272b13af8b3738a27c5eeca672be7b4becf0035 nvim-win64.zip
52174444b7762c7f2061575e8c0dc79e373bd927022b210be4ec14bc6532b7ba nvim-win64.msi
03a1a701c6ebf4e432e73a9e6d2b39112a5dc6ca910e94e6676c4550b7744610 nvim-win64.exe