You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
181 B
Markdown
6 lines
181 B
Markdown
3 weeks ago
|
```bash
|
||
|
mkdir -p ~/.config/.local/share/nvim
|
||
|
cd ~/.config/.local/share/nvim
|
||
|
git clone --filter=blob:none --branch=stable https://github.com/folke/lazy.nvim.git ./lazy/lazy.nvim
|
||
|
```
|