Skip to content

Steps for building/installing neovim newer versions on Raspberry Pi (64-bit). Can also be used on any ARM device which accepts DEB.

Notifications You must be signed in to change notification settings

arch-fan/neovim-raspberry

Repository files navigation

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.

About

Steps for building/installing neovim newer versions on Raspberry Pi (64-bit). Can also be used on any ARM device which accepts DEB.

Topics

Resources

Stars

Watchers

Forks