From: Ben Beltran Date: Thu, 2 Mar 2017 19:09:00 +0000 (-0600) Subject: Make columns wider in vim X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/9fbf161b2bbb5891d8a46f2e5b5b7fa0bc66e327 Make columns wider in vim --- 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'}