Skip to content

Releases: realostermannwirth/neovim

Nvim development (prerelease) build

03 Mar 05:13
ab9cfc4
Compare
Choose a tag to compare
Pre-release
NVIM v0.11.0-dev-5770+gab9cfc4dc
Build type: RelWithDebInfo
LuaJIT 2.1.1732813678

Install

Windows

Zip

  1. Download nvim-win64.zip
  2. Extract the zip
  3. Run nvim.exe on your CLI of choice

MSI

  1. Download nvim-win64.msi
  2. Run the MSI
  3. Run nvim.exe on your CLI of choice

Note: On Windows "Server" you may need to install vcruntime140.dll.

macOS (x86_64)

  1. Download nvim-macos-x86_64.tar.gz
  2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
  4. Run ./nvim-macos-x86_64/bin/nvim

macOS (arm64)

  1. Download nvim-macos-arm64.tar.gz
  2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-arm64.tar.gz
  4. Run ./nvim-macos-arm64/bin/nvim

Linux (x64)

glibc 2.31 or newer is required. Or you may try the (unsupported) builds for older glibc.

AppImage

  1. Download nvim.appimage
  2. 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
      

Tarball

  1. Download nvim-linux64.tar.gz
  2. Extract: tar xzvf nvim-linux64.tar.gz
  3. Run ./nvim-linux64/bin/nvim

Other

SHA256 Checksums

6f265a0316a26805a61a3feb13558ef1e3293815b6793abbe2fbc05cd3870a94  nvim-linux64.tar.gz
3474c10f303d615515670e4d3c12a6cf17249fd8d6d686da9945e9a5f7981432  nvim.appimage
173d7d60dfc91c10ea34d7420e670f1c7983872e1f2c9dc2b728f7c72ed4c0fd  nvim.appimage.zsync
64462b5894166afc731d90a11cee702e017bd63ab5a6e017979a29da759fb913  nvim-macos-x86_64.tar.gz
eced9a9890c5dfc16ff338aaa94811006c8560b6f8fe897f44e020e30cc00a2c  nvim-macos-arm64.tar.gz
fc7192ac8e50111ce923c2d199f496f575efc7931f7666938cf9576b14ba7a6e  nvim-win64.zip
f36b62a641dfb15bd0311561832abc9b6c6be11a60c4109bae263281231d46f0  nvim-win64.msi