Update README.md
This commit is contained in:
parent
1602e5c1e5
commit
0658a912b5
|
|
@ -95,8 +95,10 @@ To install:
|
|||
|
||||
10. Install neovim plugins (will install fzf)
|
||||
```
|
||||
nvim
|
||||
:PlugInstall
|
||||
rm -rf ~/.config/nvim
|
||||
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim
|
||||
rm -rf ~/.config/nvim/lua/custom
|
||||
git clone https://github.com/LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom
|
||||
```
|
||||
|
||||
11. Make sure fzf is installed system wide
|
||||
|
|
|
|||
Loading…
Reference in New Issue