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 neovim
on 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/nvim
directory and runnvim
to start installing things.