Skip to content

Instantly share code, notes, and snippets.

@tdsmith
Created March 5, 2015 04:19
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 tdsmith/57bb64da5a34eee7d8ce to your computer and use it in GitHub Desktop.
Save tdsmith/57bb64da5a34eee7d8ce to your computer and use it in GitHub Desktop.
execute pathogen#infect()
set nocompatible
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set ruler
set expandtab
set softtabstop=4
set number
set laststatus=2
"set guifont=Sauce\ Code\ Powerline:h12
filetype plugin indent on
autocmd FileType ruby setlocal shiftwidth=2 tabstop=2 sts=2
autocmd FileType make setlocal noexpandtab
au BufRead,BufNewFile *.md set filetype=markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment