Skip to content

Instantly share code, notes, and snippets.

@hungrymedia
Created September 5, 2013 19:45
Show Gist options
  • Save hungrymedia/6455163 to your computer and use it in GitHub Desktop.
Save hungrymedia/6455163 to your computer and use it in GitHub Desktop.
execute pathogen#infect()
colorscheme railscasts
set number
set list
set tabstop=2
set shiftwidth=2
set softtabstop=2
set expandtab
set colorcolumn=80
set noswapfile
set linespace=1
set autowriteall
" Give a shortcut key to NERD Tree
map <F2> :NERDTreeToggle<CR>
" syntax hilighting for .eco files
autocmd BufNewFile,BufRead *.eco set filetype=html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment