A starter template for Neovim using Lazy Vim that has been slightly customised by yours truly. The ultimate goal is to make Neovim a fully versatile IDE, which obviously involves a substantial amount of tinkering and custom plugins.
Refer to the official documentation to gain better understanding.
- Make a backup of your current configuration files.
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
- Clone the repository and start the IDE.
git clone https://github.com/rahulchaudhari06/lazyvim ~/.config/nvim
nvim