.vimrc 141 B

1234567891011
  1. set number
  2. set et
  3. set sw=2
  4. set hlsearch
  5. set nowrap
  6. set colorcolumn=80
  7. set list
  8. set listchars=tab:>.
  9. set backspace=indent,eol,start
  10. syntax on