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