Fix README paths
parent
caba66748c
commit
0fe4844d35
@ -1,5 +1,5 @@
|
|||||||
```bash
|
```bash
|
||||||
mkdir -p ~/.config/.local/share/nvim
|
mkdir -p ~/.local/share/nvim
|
||||||
cd ~/.config/.local/share/nvim
|
cd ~/.local/share/nvim
|
||||||
git clone --filter=blob:none --branch=stable https://github.com/folke/lazy.nvim.git ./lazy/lazy.nvim
|
git clone --filter=blob:none --branch=stable https://github.com/folke/lazy.nvim.git ./lazy/lazy.nvim
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue