Skip to content

Nvim release build

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 08:31
NVIM v0.7.0-dev+1033-g6131f8c93
Build type: Release
LuaJIT 2.1.0-beta3

Install

Windows

Zip

  1. Download nvim-win64.zip
  2. Extract the zip.
  3. Run nvim-qt.exe

MSI

  1. Download nvim-win64.msi
  2. Run the MSI
  3. Add the Neovim location to your path.
    • Default location is C:\Program Files\Neovim
  4. Run nvim or nvim.exe

NSIS

  1. Download nvim-win64.exe
  2. Run the installer.
    • Ensure that the option to add the installation location to your path is checked if it's your first installation.
  3. Run nvim or nvim.exe

macOS

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

Linux (x64)

Tarball

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

Debian Package

  1. Download nvim-linux64.deb
  2. Install the package using sudo dpkg -i nvim-linux64.deb
  3. Run nvim

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
      

Other

SHA256 Checksums

7a092580b8928c2fc015ce03ae106b51b3ec097965ed97ee84270485af054a6f  nvim-linux64.tar.gz
9ec152592781bddaa6b13c1c3aee322826d07c4de29a08701ad904b538ef31a8  nvim-linux64.deb
329e0bfc0e9d2ecff97f1d2b6b999ffd8e931d19fbc34246676edbfc02a59470  nvim.appimage
c149f6c142c6d9590a178dcb4b7edd524ff19eac37a3d620ddd38b823482e83c  nvim.appimage.zsync
9d04934fe647d963389fa59631e527a3e9e8a0a49e193b3aa85a2a8007cc2b55  nvim-macos.tar.gz
9a1801891b0e2ed5084a0dfb3f5acfa261fec01d7c56624c3fb6f4876c1660e0  nvim-win64.zip
70797b11dae98bb98f7ad09ecb5ffae89bdabada96f98c9d7b02924809e20342  nvim-win64.msi
6d1ed4ce4553319db9d028655d7266189ddbaf4cf19d3d709ab2c5ffa6a834de  nvim-win64.exe