Update README.md

This commit is contained in:
Shawn Anderson 2023-12-20 12:53:45 -08:00 committed by GitHub
parent 1602e5c1e5
commit 0658a912b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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