installation wiz

This commit is contained in:
Harivansh Rathi 2026-01-21 16:59:34 -05:00
parent 2cfd4358fb
commit 9666bfb715
3 changed files with 43 additions and 7 deletions

View file

@ -1,5 +1,24 @@
# nvim
## Installation
**Minimal (default)** - lightweight, no LSP, no AI completion:
```bash
curl -fsSL https://raw.githubusercontent.com/harivansh-afk/nvim/main/install.sh | bash
```
**Full install** - includes LSP + supermaven AI completion:
```bash
curl -fsSL https://raw.githubusercontent.com/harivansh-afk/nvim/main/install.sh | bash -s -- --bells-and-whistles
```
Other options:
```bash
--skip-nvim # Config only (skip nvim install)
--skip-config # Nvim only (skip config install)
--no-path # Don't modify shell rc files
```
## Repo tree
```text