building neovim 0.10.0 on raspberry pi 5 ubuntu 24.04

neovim 0.10.0 running on a Raspberry Pi 5 under Ubuntu 24.04 inside the neovim 0.10.0 sources

I’m always vacillating between editors. A lot of times I get lazy and live inside Visual Studio Code. A lot of time I will fire up vim because I just want to do some code editing without the excess baggage, and if I need to do another task while writing in Rust for example I’ll open another console to perform that task, such as executing cargo build or cargo run. Sometimes I’ll even fire up an up-to-date version of Emacs, up-to-date as defined by me pulling the latest sources and building it myself.

For about a year now I’ve been using neovim ( https://github.com/neovim/neovim ) since it hit version 0.8.0. Furthermore I have my neovim configured with AstroNvim ( https://astronvim.com/ ) with no changes. Works fine for what I want and need. I have neovim installed everywhere, from Linux Mint to all my MacBook Pros, and even to my lowly Raspberry Pi 5. The big difference between the Pi and every other system is that there is no prebuilt binary for aarch64 on the Raspberry Pi. So I pulled down the sources and successfully built it.

The directions for building neovim are clear enough that even a retired old trained monkey such as myself can successfully build and deploy a working copy. If you can read and follow directions then you’re golden. I knew this wasn’t going to be a problem because I build neovim 0.9.5 for Ubuntu 23.10 when it was running on my Pi. And before you ask, yes, you can have apt install neovim 0.9.5 and be done with it. But 0.10.0 has been out for a while now, and as I always want the latest stable release, and Ubuntu is notorious for only installing whatever versions it had when it was officially released, I just built it.

Building neovim took all of about five minutes. In the grand scheme of things that’s nothing. And because I built it I now have another up-to-date tool in my toolbox that makes code development, dare I say it, fun.

i have forked neofetch

neofetch report of my Linux Mint system

I have forked the original neofetch into my personal GitHub area: https://github.com/wbeebe/neofetch2

I’ve done this because I want to fix some issues I have with it and to add what I believe are a few necessary features. I also wanted to grab a copy before anything happened to the original. I know that putting a project into archive is supposed to protect it, and I also have read that there a currently a number of existing forks that are actively being developed. I decided to go this route because it helps to scratch that coding itch and because I believe I can contribute useful features to the tool, as well as keep it going for a few more years. At least I hope it won’t sit idle for three? four? years since it’s last original update.

This should be interesting.