- Homebrew
- NeoVim
Clone Packer
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
Install ripgrep
brew install ripgrep
Activate nvim
nvim .
Run withing nvim
:PackerSync
Run Mason installations
:Mason
If NeoVim to match the background of your terminal run the following in nvim:
:lua CMP()