This commit is contained in:
Harivansh Rathi 2026-02-20 18:53:36 -05:00
parent 77c3b62a35
commit e2ff5c2286

View file

@ -2,12 +2,12 @@
## Installation ## Installation
**Minimal (default)** - lightweight, no LSP, no AI completion: **Default** - lightweight, no LSP, no completion:
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/harivansh-afk/nvim/main/install.sh | bash curl -fsSL https://raw.githubusercontent.com/harivansh-afk/nvim/main/install.sh | bash
``` ```
**Full install** - includes LSP + Supermaven inline AI: **Full install** - includes LSP + Supermaven:
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/harivansh-afk/nvim/main/install.sh | bash -s -- --bells-and-whistles curl -fsSL https://raw.githubusercontent.com/harivansh-afk/nvim/main/install.sh | bash -s -- --bells-and-whistles
``` ```
@ -45,7 +45,7 @@ Other options:
└── nvim_cheatsheet.md └── nvim_cheatsheet.md
``` ```
## Plugins (and why) ## Plugins
- `folke/lazy.nvim`: plugin manager. - `folke/lazy.nvim`: plugin manager.
- `nvchad/base46`: colors/theme engine. - `nvchad/base46`: colors/theme engine.