df9b8770c39bc26e1bd18458a45b768e2f925b46
Introduction
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.
Installation
- 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.
Description
Languages
Lua
100%