diff options
Diffstat (limited to 'vimrc')
| -rwxr-xr-x | vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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'} |