Install NeoVim on Apple Silicon

Following is a quick guide on installing neovim on apple silicon.

Install Homebrew

Inter the following commands on a terminal

  1. xcode-select --install
  2. Click Install on the prompt
  3. Enter the following command in the terminal prompt: /usr/bin/ruby -e $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
  4. Verify the installation with brew -v

Install neovim

Inter the following commands on a terminal

  1. brew install --HEAD tree-sitter
  2. brew install --HEAD luajit
  3. brew install --HEAD neovim

Enjoy :)