Quick-vim is a quick way to set up vim with a basic but usable configuration. Quick-vim helps beginners in vim get started on their vim journey by providing them with a basic config file and also provides a way to replicate a basic vim configuration on multiple systems with ease.
curl -s https://raw.githubusercontent.com/AfzGit/quick-vim/main/quick-vim | bash
For “sudo vim” users, run this command next (as user not as root):
sudo cp /home/$USER/.vimrc /root/