Repo for installing neovim building it from source with Docker.
curl -fsSL https://s.archfan.com/nvim-install | bash # -s "v0.9.0"
This repository provides a script for installing Neovim on a Raspberry Pi (64-bit). It uses Docker to build and install Neovim, ensuring compatibility with the Raspberry Pi architecture.
App is installed via apt
, for removing neovim just run apt remove -y neovim
.
- Raspberry Pi with a 64-bit OS.
- Docker installed on the Raspberry Pi.
To install the latest version of Neovim, simply run the following command:
chmod +x ./install.sh && ./install.sh
If you want to install a specific version of Neovim, pass the version number as an argument:
./install.sh v0.9.0
Note
The script defaults to the latest version of Neovim if no version argument is provided. If an invalid version is specified, the script will fail with an error message.