A starting point for Neovim that is:
- Small
- Single-file
- Completely Documented
I pulled it from tj, and made modifications.
NOT a Neovim distribution, but instead a starting point for your configuration.
- Install Neovim somehow.
brew install neovimon mac. - Get some basic utils:
git,make,unzip, C Compiler (gcc), ripgrep - Install some font like nerd font.
git clone [this_repo_url] ~/.config/nvim- Go to the
.config/nvimdirectory and runnvimto start installing things.