Photo by ThisisEngineering RAEng

NeoVim Config on Apple Silicon

NeoVim I want to use neovim as my build environment for C++. Couple of pre-requisites before you even start. Install XCode (Download from the AppStore) Install the command line tools xcode-select --install Install brew from brew.sh Installing Though you can install NeoVim by package from neovim.io I don’t recommend this. This is because it will install an application built with the Intel CPU instruction set (this runs because of the emulation mode). This is fine for most operations, but when you use NeoVim as an IDE, it will build the code for the Intel processor. The better option is to install NeoVim from Brew.sh as this will install the appropriate version of NeoVim for the current CPU. ...

March 5, 2025 · 2 min · Loki Astari, (C)2025