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 inkpot
  8. set colorscheme
  9. set cursorline
  10. set ic
  11. set incsearch
  12. set mousehide
  13. set nocompatible
  14. set nohlsearch
  15. set nowrap
  16. set number
  17. set ruler
  18. set shiftwidth=4
  19. set smartcase
  20. set tabstop=4
  21. set visualbell
  22.