My config for Neovim on top of LazyVim. It suits me, but it might suit you, too!
Clone this repo into your ~/.config/nvim:
git clone https://github.com/bradpurchase/nvim-config ~/.config/nvim
Install ripgrep for livegrep (<leader><leader>):
brew install ripgrep
or:
sudo apt-get install ripgrep
Install lazygit for a nice git UI (<leader>gg):
brew install lazygit
or:
sudo apt install lazygit
The lazygit plugin for Neovim is already installed, so you should be fine after you restart nvim after installing.