Nvim release build
github-actions
released this
09 Jul 10:07
·
2 commits
to 6a3bda78f11e22fe897f1585921f1e5da1640448
since this release
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1713484068
Install
Linux (x64)
AppImage
- Download nvim.appimage
- 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
- If your system does not have FUSE you can extract the appimage:
Tarball
- Download nvim-linux64.tar.gz
- Extract:
tar xzvf nvim-linux64.tar.gz
- Run
./nvim-linux64/bin/nvim
Debian Package
- Download nvim-linux64.deb
- Install the package using
sudo apt install ./nvim-linux64.deb
- Run
nvim