Nothing crazy - my simple setup
-
Install Neovim:
brew install neovim
-
Clone this repo:
git clone https://github.com/garrettwong99/nvim-config ~/.config/nvim -
Open Neovim and plugins will install automatically:
nvim
Run :Lazy sync inside Neovim to update all plugins.