2025-02-15 16:40:48 -08:00
2024-03-20 08:43:28 -07:00
2024-11-01 14:03:11 -07:00
2024-03-20 08:43:28 -07:00
2024-03-20 08:43:28 -07:00
2025-02-15 16:40:48 -08:00

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.
S
Description
No description provided
Readme 71 KiB
Languages
Lua 100%