From e2ff5c2286e474a663c5bac6fedd451eaef8b889 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Fri, 20 Feb 2026 18:53:36 -0500 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dea5713..7f015e4 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ ## Installation -**Minimal (default)** - lightweight, no LSP, no AI completion: +**Default** - lightweight, no LSP, no completion: ```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 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 ``` -## Plugins (and why) +## Plugins - `folke/lazy.nvim`: plugin manager. - `nvchad/base46`: colors/theme engine.