Skip to content

Releases: realostermannwirth/neovim

Nvim development (prerelease) build

22 Dec 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

74ce551e6387b4344db639e45ca147d7c9226d561ea8f22443a436c55afab54e  nvim-linux64.tar.gz
5d7021e0693ca43d6e0be5495e3c62721ac54c3f51e29c39d5af5a975ab8b6a2  nvim.appimage
62c214aed95c0e8910a7bc87cdc7ed1edb529297832e30cb30463a131de38ad8  nvim.appimage.zsync
469d34fdd0eb17de3dd6f6d103feefc6d1adb61a921a44cd14ccf773eee900b0  nvim-macos-x86_64.tar.gz
52ce08deed7d75d7749029be44c2663cb4027387b81dd619d4be084543aee13f  nvim-macos-arm64.tar.gz
3354c4128e953250ebdc71fa812b84ab370ec0a4a89e3ffefc54c2afe3fc72ce  nvim-win64.zip
59e0881b2fb255cf392e9838bb616eb95a46728bfad319f9b8ef951674bdeb89  nvim-win64.msi