Skip to content

Instantly share code, notes, and snippets.

@apnorton
Created January 30, 2016 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apnorton/8d6b606962cd0374a23e to your computer and use it in GitHub Desktop.
Save apnorton/8d6b606962cd0374a23e to your computer and use it in GitHub Desktop.
My .vimrc
set shiftwidth =2
set tabstop =2
set softtabstop =2
set backspace =2
set autoindent
set smarttab
set expandtab
set number
set linebreak
set backup
set backupdir=~/.vim/backup
set directory=~/.vim/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment