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 vibrantink
  8. set autowrite
  9. set hlsearch
  10. set ic
  11. set incsearch
  12. set shiftwidth=4
  13. set tabstop=4
  14. set wrap
  15.