mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 18:01:29 +00:00
installation wiz
This commit is contained in:
parent
2cfd4358fb
commit
9666bfb715
3 changed files with 43 additions and 7 deletions
19
README.md
19
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue