NVIM v0.10.4
Build type: Release
LuaJIT 2.1.1713484068
Install
Linux (x86_64)
AppImage
- Download nvim-linux-x86_64.appimage
- 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
- If your system does not have FUSE you can extract the appimage:
Tarball
- Download nvim-linux-x86_64.tar.gz
- Extract:
tar xzvf nvim-linux-x86_64.tar.gz
- Run
./nvim-linux-x86_64/bin/nvim
Debian Package
- Download nvim-linux-x86_64.deb
- Install the package using
sudo apt install ./nvim-linux-x86_64.deb
- Run
nvim