Skip to content

Releases: muniter/neovim

Nvim development (prerelease) build

18 Mar 05:25
fdea157
Compare
Choose a tag to compare
Pre-release
NVIM v0.7.0-dev+1135-gfdea15723
Build type: RelWithDebInfo
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. Search and run nvim-qt.exe or run nvim.exe on your CLI of choice.

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. Search and run nvim-qt.exe or run nvim.exe on your CLI of choice.

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 apt install ./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

d647384023e5158c6906df390fd701806dbc012a8cf995a5458403f0c82bd838  nvim-linux64.tar.gz
3bc40e37011be5fd49d171d6658a80264daf5116cd4742f55724c000a3cb149e  nvim-linux64.deb
7cf8b1dbb14aea1a8dacdea55c4c196bdf0a4d1a4082fab4a4b4feeb23eaea75  nvim.appimage
b2e3d9ba2d70ef8c2c51d7be687337c1f27740b6a874d4022badea9bd8640d52  nvim.appimage.zsync
27287ff9b1bc991b16e791c8f3c64eb03f2772727ad099264bd6e33c1bb08322  nvim-macos.tar.gz
212c7fdd80efd589c9f10f907272b13af8b3738a27c5eeca672be7b4becf0035  nvim-win64.zip
52174444b7762c7f2061575e8c0dc79e373bd927022b210be4ec14bc6532b7ba  nvim-win64.msi
03a1a701c6ebf4e432e73a9e6d2b39112a5dc6ca910e94e6676c4550b7744610  nvim-win64.exe