From 9fbf161b2bbb5891d8a46f2e5b5b7fa0bc66e327 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 2 Mar 2017 13:09:00 -0600 Subject: Make columns wider in vim --- vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'} -- cgit