We all love an awesome UI. So I’ve been wondering how to make my vim colorful. As you all know by default vim has no color for syntax(like in IDEs we see different colors for variable names, contant, function name etc.) you will see only single color in whole file, which is so boring and its a downside. And I personally dont like this. So after digging and reading some articles I was able to do my own customization its not a rocket science. 😁
Download shFile named folder from this repo and run customizeVim.sh shell script in your terminal and sit back and relax. Please ensure gcc and git is install before running this command. Stay in root folder and then execute this command.
$ bash path/to/customizeVim.sh
When you will open .vimrc file some plugin and their settings will be commented because they are slowing down vim. You can uncomment and source the file to see changes.
source ~/.vimrc