Skip to content

Instantly share code, notes, and snippets.

@bryanwoods
Created September 21, 2016 18:00
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 bryanwoods/fec7766594beaaa597dddcf8b9e89bab to your computer and use it in GitHub Desktop.
Save bryanwoods/fec7766594beaaa597dddcf8b9e89bab to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax on
filetype on
filetype plugin indent on
let g:solarized_termcolors=256
let g:haskell_indent_case = 2
colorscheme solarized
set background=dark
set nocompatible
set number
set guifont=Monaco:h18.00
set colorcolumn=80
set vb
set expandtab
set shiftwidth=2
set softtabstop=2
set expandtab
set runtimepath^=~/.vim/bundle/ctrlp.vim
autocmd Filetype ruby setlocal ts=2 sts=2 sw=2
map <C-n> :NERDTreeToggle<CR>
map <D-/> :NERDCommenterToggle<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment