Neovim with NvChad config running on macOS High Sierra in iTerm2 with the Gruvbox theme
sudo port install neovim
. Running nvim -v
, you should see the latest Neovim version which got installed (0.10.2 at the time of this writing). And, we can boot it up by running nvim
.git clone https://github.com/NvChad/starter ~/.config/nvim && nvim
:MasonInstallAll
We now have a beautiful editor setup, with a lot of possibilities. In a future post, I plan to write about switching to Neovim, and how the barrier to entry isn’t really as high as most people make it out to be, especially with a well thought-out config like this. I wrote this article as a reference for my future self, and guide for all those like me, who couldn’t find a solution, but trusted it was possible.