Files
kickstart.nvim/README.md
T
2025-02-15 16:40:48 -08:00

21 lines
549 B
Markdown

## 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
1. Install Neovim somehow. `brew install neovim` on mac.
2. Get some basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`), ripgrep
3. Install some font like nerd font.
4. `git clone [this_repo_url] ~/.config/nvim`
5. Go to the `.config/nvim` directory and run `nvim` to start installing things.