Releases: badfilms/neovim
Releases · badfilms/neovim
Nvim development (prerelease) build
NVIM v0.8.0-dev+3369-gc57f6b28d
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
- 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
fc529df294764c1829852768d97523e2e97b7ba1923138f5fa76dc9084721646 nvim-linux64.tar.gz
5e5bdb388b15dcefea2006e73a139073d95e2363295043832ab0498e373fc743 nvim-linux64.deb
2f04b3c6741ba5b364843ee3882242b4d097d86b09680159f3fe39b59c4d98f5 nvim.appimage
0d729159206b3b63805ee00e001ec2fb652e2940633bb373d28f4d21e9bbb335 nvim.appimage.zsync
a80750c237f0d8237919a4d67209582e36b8ba4e62ecc30d665d173a87d94bf7 nvim-macos.tar.gz
1c52e51eb74ac334b7eb3e252c9a0336826bbf472e9f2102daa0c209485d23dc nvim-win64.zip
5b909af276b1bdb02b068e14e4a56dd9d64cdf3c8617d24621e8d3ff93e66033 nvim-win64.msi
NVIM v0.5.0-dev+1282-gfbe18d9ca
Nvim development (prerelease) build
NVIM v0.5.0-dev+1282-gfbe18d9ca
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Install
Windows
- Extract nvim-win64.zip (or nvim-win32.zip)
- Run
nvim-qt.exe
macOS
- Download nvim-macos.tar.gz
- Extract:
tar xzvf nvim-macos.tar.gz
- Run
./nvim-osx64/bin/nvim
Linux (x64)
- 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