mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 09:01:16 +00:00
readme
This commit is contained in:
parent
77c3b62a35
commit
e2ff5c2286
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue