Clean NeoVim configuration
Backup your old configuration
mv ~/.config/nvim ~/.config/nvim.backup
Clean old NeoVim cache
rm -rf ~/.local/share/nvim
Configure NvChad
Install NvChad
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim
Run NeoVim with clean NvChad configuration.
nvim
You will be asked to install example custom configuration, choose “n”. After that NvChad will install all default dependencies.
Do you want to install example custom configs? (y/n) : n
Customize theme
To be continued…