"Extra mappings *****************************************************
"This mapping is fold-level and fold-state dependent 
"map <S-Down> dd p
"map <S-Up> dd <up>P

"Common Plugins
"so ~/.vim/plugins/vo_checkbox.vim
"so ~/.vim/plugins/vo_hoist.vim

"User Preferences ***************************************************
"let maplocalleader = ",,"		" this is prepended to VO key mappings

"setlocal ignorecase			" searches ignore case
"setlocal smartcase			" searches use smart case
"setlocal wrapmargin=5
"setlocal tw=78
"setlocal tabstop=4			" tabstop and shiftwidth must match
"setlocal shiftwidth=4			" values from 2 to 8 work well

"Hoisting ***********************************************************
"Uncomment and set to 1 to debug hoisting
"let g:hoistParanoia=0

"Custom Colors ******************************************************
"Level Colors
"hi OL1 guifg=black		ctermfg=black
"hi OL2 guifg=red		ctermfg=red
"hi OL3 guifg=blue		ctermfg=blue
"hi OL4 guifg=darkviolet	ctermfg=magenta
"hi OL5 guifg=black		ctermfg=black
"hi OL6 guifg=red		ctermfg=red
"hi OL7 guifg=blue		ctermfg=blue
"hi OL8 guifg=darkviolet	ctermfg=magenta
"hi OL9 guifg=black		ctermfg=black

"Tag Color
"hi outlTags guifg=darkyellow	ctermfg=darkyellow

"Body Text Colors
"hi BT1 guifg=darkgreen		ctermfg=green
"hi BT2 guifg=darkgreen		ctermfg=green
"hi BT3 guifg=darkgreen		ctermfg=green
"hi BT4 guifg=darkgreen		ctermfg=green
"hi BT5 guifg=darkgreen		ctermfg=green
"hi BT6 guifg=darkgreen		ctermfg=green
"hi BT7 guifg=darkgreen		ctermfg=green
"hi BT8 guifg=darkgreen		ctermfg=green
"hi BT9 guifg=darkgreen		ctermfg=green

" Folded Section Colors
"hi Folded guifg=darkcyan guibg=bg	ctermfg=cyan
"hi FoldColumn guifg=darkcyan guibg=bg	ctermfg=cyan 

"Spelling Error Colors
"hi spellErr,BadWord gui=underline guifg=darkyellow cterm=underline ctermfg=darkyellow
