vimrc 276 B

123456789101112131415161718
  1. execute pathogen#infect()
  2. set nocompatible
  3. syntax on
  4. filetype plugin on
  5. set number
  6. set tabstop=2
  7. set expandtab
  8. set shiftwidth=2
  9. set smartindent
  10. set autoindent
  11. set backspace=indent,eol,start
  12. set shiftround
  13. set ignorecase
  14. set showmode
  15. set ruler
  16. set showcmd
  17. set background=dark