Install NeoVim along with NVChad installation

NeoVim has a tremendous number of improvements compared to Vi. As with Vi, it has a very steep ram-up. Basically, you have to configure from zero, which is not easy considering the large number of plug-ins.
NVChad is a set of pre-configured plug-ins. It’s not the only one, but this is the one I like. I’m able to develop software easily.
The installation process has many steps, but they are straightforward. You shall install it using your preferred terminal program. I’ve used the snap version of nvim because I had issue with the one in the KUbuntu software repository.
The font that is installed lets you get the Git icons in the file tree view.
- rm -rf ~/.config/nvim
- rm -rf ~/.local/state/nvim
- rm -rf ~/.local/share/nvim
- sudo apt purge neovim
- sudo apt autoremove
- sudo apt install luarocks ripgrep
- sudo snap install nvim –classic
- stop the terminal application
- Download Terminess Nerd Font from https://www.nerdfonts.com/font-downloads
- Extract TerminessNerdFont-Regular.ttf
- Install by double-clicking on it and click on install. System install
- restart the terminal application
- Set this font for the terminal application.
- git clone https://github.com/NvChad/starter ~/.config/nvim && nvim
- Run :MasonInstallAll
- Quit nvim