Steps to Install the Configuration Backup the Existing Neovim Configuration mv ~/.config/nvim/ ~/.config/nvim.bak Clone the Repo into your .config Directory https://github.com/akashkennedy/lazyvim-config.git ~/.config/nvim Launch Neovim by using the nvim Command. This will automatically start downloading all the essential Packages and Language Servers. Remove the .git folder to add it to your own repo rm -rf .git HAPPY CODING; Soon make it as a docker container So everyone can try it out without Installing