aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rwxr-xr-xvimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index d7ca407..2488bfc 100755
--- a/vimrc
+++ b/vimrc
@@ -140,7 +140,7 @@ nmap <F8> :TagbarToggle<CR>
let g:tagbar_ctags_bin="/usr/local/bin/ctags"
" Color Column
-set colorcolumn=81
+let &colorcolumn="80,150"
" Add Pathogen
call pathogen#infect()
@@ -184,4 +184,3 @@ let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 1
let g:syntastic_error_symbol = "✕"
let g:syntastic_warning_symbol = "⚠︎"
-let g:syntastic_quiet_messages = {'level': 'warnings'}