Ensure you have Homebrew installed on your Mac. If not, install it using:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"To install Neovim using Homebrew, run:
brew install neovim
git clone https://github.com/bhnprksh222/nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
nvim
