mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
fix: update lazy starter config
This commit is contained in:
parent
8767818e34
commit
9aebda6491
1 changed files with 2 additions and 2 deletions
|
@ -79,14 +79,14 @@
|
||||||
# Windows
|
# Windows
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/pojokcodeid/nvim-lazy-basic.git "$env:LOCALAPPDATA\nvim"
|
git clone https://github.com/pojokcodeid/neovim-starter.git "$env:LOCALAPPDATA\nvim"
|
||||||
nvim
|
nvim
|
||||||
```
|
```
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim
|
git clone https://github.com/pojokcodeid/neovim-starter.git ~/.config/nvim
|
||||||
```
|
```
|
||||||
|
|
||||||
# Uninstall
|
# Uninstall
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue