Skip to content

NVIM v0.5.0-dev+1282-gfbe18d9ca

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Apr 05:46
fbe18d9

Nvim development (prerelease) build

NVIM v0.5.0-dev+1282-gfbe18d9ca
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3

Install

Windows

  1. Extract nvim-win64.zip (or nvim-win32.zip)
  2. Run nvim-qt.exe

macOS

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

Linux (x64)

  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