Skip to content

Instantly share code, notes, and snippets.

@schneider42
Created June 1, 2012 15:35
Show Gist options
  • Save schneider42/2853000 to your computer and use it in GitHub Desktop.
Save schneider42/2853000 to your computer and use it in GitHub Desktop.
.vimrc
set shiftwidth=4
syntax enable
set ts=4
set number
colorscheme elflord
set shiftround
set expandtab
set autoindent
set viminfo='10,\"1000,:20,%,n~/.viminfo
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
filetype plugin on
set grepprg=grep\ -nH\ $*
let g:tex_flavor='latex'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment