All the next steps are performed on RaspberryPi machine in console
- Download the latest version of
neovim
from official repository. At the moment of writing the manual the latest version is0.9.2
cd ~ && mkdir neovim-install && cd !$
wget 'https://github.com/neovim/neovim/archive/refs/tags/v0.9.2.tar.gz'
- Extract the downloaded archive and navigate inside
tar -xzvf v0.9.2.tar.gz
cd neovim-0.9.2/
- Navigate inside the exctracted folder and perform building the project. On Raspberry PI4 8G it takes ~5min
sudo make && make install
Here the links to best tutorials for configuring neovim