Nothing Special   »   [go: up one dir, main page]

Skip to content

Nvim development (prerelease) build

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 05:12
2377443
NVIM v0.11.0-dev-921+g2377443cd
Build type: RelWithDebInfo
LuaJIT 2.1.1727870382

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

3532368a075acc1059e214f97f4c0c753163e61a76262c9daa0e6f9a43e17902  nvim-linux64.tar.gz
3ac91e19487ec0973a2735492c81d78f1d40c7cac05a8ad6c373771689f97e26  nvim.appimage
797ec08e221e74668dbae16ff6fdee762211ba2927cc6751e00f93909d1b6da7  nvim.appimage.zsync
ff8953370dd6d5a77a24933c9f5a6637617fe15a0cac43354ca3ea14f66d7c28  nvim-macos-x86_64.tar.gz
dd0681fac15282d619e7b7694def7a8c76e4741441ffff5676538be125523dd8  nvim-macos-arm64.tar.gz
ebd15cf36a355038fa899700101ff915b35142d28269266804b76f546dad97eb  nvim-win64.zip
619e78f0ac455d15a3569f037b73eafb6b3f93fa3b102ff0542e3210c912f7f1  nvim-win64.msi