mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +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
|
||||
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
# Linux
|
||||
|
||||
```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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue