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
- xcode-select --install
- Click Install on the prompt
- Enter the following command in the terminal prompt: /usr/bin/ruby -e $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
- Verify the installation with brew -v
Install neovim
Inter the following commands on a terminal
- brew install --HEAD tree-sitter
- brew install --HEAD luajit
- brew install --HEAD neovim
Enjoy :)