Here is your .vimrc file

  1.  
  2.  
  3. " This is your .vimrc file generated by
  4. " .vimrc generator Beta - http://vimrc.gustavodutra.com/
  5.  
  6. syntax on
  7. colorscheme foo
  8. set colorscheme
  9. set guioptions-=m
  10. set guioptions-=T
  11. set hlsearch
  12. set incsearch
  13. set number
  14. set ruler
  15. set shiftwidth=4
  16. set tabstop=4
  17. set wrap
  18.