X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/feec907b9d58da086e9f92ba99810181e4626b89..3a4db2cb6548068dec7ce2b5b0e65ce4a0a97a47:/vimrc diff --git a/vimrc b/vimrc index e9ce1c3..2488bfc 100755 --- a/vimrc +++ b/vimrc @@ -140,7 +140,7 @@ nmap :TagbarToggle let g:tagbar_ctags_bin="/usr/local/bin/ctags" " Color Column -let &colorcolumn="80,120" +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'}