Quantcast
Viewing all articles
Browse latest Browse all 5237

Troubleshooting • Re: Raspberry Pi 5 - How to Install Newest Neovim

Thank you for the reply. I ended up building from source. These are the commands for reference:

Code:

sudo apt install ninja-build gettext cmake unzip curlgit clone https://github.com/neovim/neovimcd neovimmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$HOME/neovim"get checkout stablesudo make install
Add tthe following line to the bottom of ~/.bashrc

Code:

export PATH="$HOME/neovim/bin:$PATH"

Statistics: Posted by madderhatter — Sun Mar 10, 2024 3:18 pm



Viewing all articles
Browse latest Browse all 5237

Trending Articles