Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1004 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 1004 Bytes

neovim-raspberry

Repo for installing neovim building it from source with Docker.

Remote install

curl -fsSL https://s.archfan.com/nvim-install | bash # -s "v0.9.0"

Description

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.

Prerequisites

  • Raspberry Pi with a 64-bit OS.
  • Docker installed on the Raspberry Pi.

Installation

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.