- Install NeoVIM 0.6.1.
- Install and configure terminal to use Nerd Fonts.
- (Optional) Install ripgrep.
- Install Nvchad
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
nvim +'hi NormalFloat guibg=#1e222a' +PackerSync
- Clone this repository and place the the cloned files under
~/.config/nvim/lua/custom/
directory. - Open
nvim
in a console and execute:PackerInstall
,:PackerCompile
&:PackerSync
. - Enjoy!
Run the following commands in a console.
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvim