make init make update This repository now includes a complete offline installation solution for Ubuntu 22.04 systems without internet access.
-
Download all packages (on a machine with internet):
cd ubuntu/offline/scripts ./download.sh -
Create offline archive:
cd ubuntu tar -czf nvim-offline-ubuntu.tar.gz offline/ config/ -
Transfer archive to your offline Ubuntu 22.04 system
-
Extract archive:
tar -xzf nvim-offline-ubuntu.tar.gz cd ubuntu/offline/scripts -
Run offline installer:
sudo ./install-offline.sh # Or for user-only installation (no sudo): ./install-offline.sh --user-only -
Verify installation:
./verify.sh nvim --headless '+checkhealth' +qa
cd ubuntu/docker ./test-install.shSee ubuntu/README.md for detailed documentation.
-
ftdetect: file type detect
-
ftplugin: file type plugin
-
bundle: Vimbundle a.k.a vundle
echo $VIMRUNTIME