Created
December 3, 2011 07:26
-
-
Save o-sam-o/1426394 to your computer and use it in GitHub Desktop.
.vimrc.local
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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