How To Turn Color On and Off in Vim
Color coding different types of words, depending on the programing language you are using is an extremely useful feature of vim. Vim is smart enough to know that when you are editing a .js JavaScript file, then you want words such as ‘function’ and ‘for’ to be highlighted and stand out. This coloring of certain…