Created
September 21, 2016 18:00
-
-
Save bryanwoods/fec7766594beaaa597dddcf8b9e89bab to your computer and use it in GitHub Desktop.
This file contains 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
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