Releases: dundargoc/neovim
Releases · dundargoc/neovim
Nvim development (prerelease) build
NVIM v0.11.0-dev-4900+gfb2bd22af0
Build type: RelWithDebInfo
LuaJIT 2.1.1736781742
Install
Windows
Zip
- Download nvim-win64.zip
- Extract the zip
- Run
nvim.exe
on your CLI of choice
MSI
- Download nvim-win64.msi
- Run the MSI
- Run
nvim.exe
on your CLI of choice
Note: On Windows "Server" you may need to install vcruntime140.dll.
macOS (x86_64)
- Download nvim-macos-x86_64.tar.gz
- Run
xattr -c ./nvim-macos-x86_64.tar.gz
(to avoid "unknown developer" warning) - Extract:
tar xzvf nvim-macos-x86_64.tar.gz
- Run
./nvim-macos-x86_64/bin/nvim
macOS (arm64)
- Download nvim-macos-arm64.tar.gz
- Run
xattr -c ./nvim-macos-arm64.tar.gz
(to avoid "unknown developer" warning) - Extract:
tar xzvf nvim-macos-arm64.tar.gz
- Run
./nvim-macos-arm64/bin/nvim
Linux (x86_64)
glibc 2.31 or newer is required. Or you may try the (unsupported) builds for older glibc.
AppImage
- Download nvim-linux-x86_64.appimage
- Run
chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
- If your system does not have FUSE you can extract the appimage:
./nvim-linux-x86_64.appimage --appimage-extract ./squashfs-root/usr/bin/nvim
- If your system does not have FUSE you can extract the appimage:
Tarball
- Download nvim-linux-x86_64.tar.gz
- Extract:
tar xzvf nvim-linux-x86_64.tar.gz
- Run
./nvim-linux-x86_64/bin/nvim
Linux (arm64)
AppImage
- Download nvim-linux-arm64.appimage
- Run
chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage
- If your system does not have FUSE you can extract the appimage:
./nvim-linux-arm64.appimage --appimage-extract ./squashfs-root/usr/bin/nvim
- If your system does not have FUSE you can extract the appimage:
Tarball
- Download nvim-linux-arm64.tar.gz
- Extract:
tar xzvf nvim-linux-arm64.tar.gz
- Run
./nvim-linux-arm64/bin/nvim
Other
- Install by package manager
SHA256 Checksums
718539c6d3ace9a089d4a6fb0edba6f94ce877c50514c5fa4536327cff4bb581 nvim-linux-arm64.appimage
f063f325a66eb9b5ef1f3ff562a6cf1c2896119e9e115f70ed7cef46c799cf5c nvim-linux-arm64.appimage.zsync
321a3073087fbaca09cdaba498922558cbf726744ccc5fd1364618a5a8ab1215 nvim-linux-x86_64.appimage
cd67635d23b92b4f0bbeb507ebf773668900805cfc5e9eccbab0454d77bda1b3 nvim-linux-x86_64.appimage.zsync
4d56b84f1dc55058bb26d118d34761cf23e325e0a599bad2d701fe70f6ef94e9 nvim-linux-arm64.tar.gz
9881eb033e7ba0e3af25e5ff7b6723d0a5e81fbb2cf38512b930a842a9f80efb nvim-linux-x86_64.tar.gz
084cb14e69725359e97680e361fd9acafbfc2a077d142f40a58507e0b17b07b7 nvim-macos-arm64.tar.gz
af964250712d6fea6dbf07cf4e611d400dc14900f360a9f5add7266460c539ee nvim-macos-x86_64.tar.gz
199ca4ffce15b4340289724e6a073ce6cc90d33d754e01c09a10d5a02765e75b nvim-win64.msi
b258ecaaadcaa1db7f505e2f6713cb81b98703b2ee035d5910166a5bb9f5ab22 nvim-win64.zip