Skip to content

Nvim release build

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 20:57
5d84ddc
NVIM v0.10.4
Build type: Release
LuaJIT 2.1.1713484068

Install

Linux (x86_64)

AppImage

  1. Download nvim-linux-x86_64.appimage
  2. Run chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim-linux-x86_64.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      

Tarball

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

Debian Package

  1. Download nvim-linux-x86_64.deb
  2. Install the package using sudo apt install ./nvim-linux-x86_64.deb
  3. Run nvim