Nvim development (prerelease) build
Pre-release
Pre-release
NVIM v0.12.0-dev-1849+g0197f13ed4
Build type: RelWithDebInfo
LuaJIT 2.1.1765228720
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