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.
|
```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
|
|
```
|