Skip to content

Instantly share code, notes, and snippets.

@o-sam-o
Created December 3, 2011 07:26
Show Gist options
  • Save o-sam-o/1426394 to your computer and use it in GitHub Desktop.
Save o-sam-o/1426394 to your computer and use it in GitHub Desktop.
.vimrc.local
" Disable toolbar
if has("gui_running")
set guioptions=egmrt
endif
color rootwater
set guifont=Monaco:h12
set spell
" Disable annoying bell
set vb
let mapleader = ","
" Haskell Config
au BufEnter *.hs compiler ghc
"let g:ghc="/usr/bin/ghc"
let g:haddock_browser = "open"
let g:haddock_browser_callformat = "%s %s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment