let g:tagbar_ctags_bin="/usr/local/bin/ctags"
" Color Column
-let &colorcolumn="80,120"
+let &colorcolumn="80,150"
" Add Pathogen
call pathogen#infect()
let g:syntastic_check_on_wq = 1
let g:syntastic_error_symbol = "✕"
let g:syntastic_warning_symbol = "⚠︎"
-let g:syntastic_quiet_messages = {'level': 'warnings'}