So Vim was auto indenting with the hard tab and I wanted to do away with that. I created a new .vimrc on my Linux machine with the single line:
filetype indent off
Now whenever I go into vim it shows absolute no color except the default text color. What did this single line do to my poor vim? Did I do something wrong and how could this single line affect color on vim?