X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=vimrc;h=fcff8aaa92411b1de0c0766642a8f90964fea10e;hb=d93b97d10a09e90cbadc08c73faf6b99b2cef245;hp=4dcc958837f70061098f711481ff2d0521ca09c7;hpb=0d300eab202a95ad9814a90736254b31c33f0536;p=max%2Fdotfiles.git diff --git a/vimrc b/vimrc index 4dcc958..fcff8aa 100644 --- a/vimrc +++ b/vimrc @@ -11,7 +11,7 @@ call vundle#begin() " call vundle#begin('~/some/path/here') Plugin 'gmarik/Vundle.vim' Plugin 'jelera/vim-javascript-syntax' -Plugin 'zanloy/vim-colors-sunburst' +Plugin 'altercation/vim-colors-solarized' Plugin 'Lokaltog/vim-distinguished' Plugin 'pangloss/vim-javascript' Plugin 'Yggdroot/indentLine' @@ -35,7 +35,7 @@ filetype plugin indent on " required set t_Co=256 syntax on set background=dark -colorscheme sunburst +colorscheme solarized set expandtab set shiftwidth=2 set softtabstop=2 @@ -81,3 +81,7 @@ let g:LatexBox_quickfix = 4 " clang fix let g:clang_user_options='|| exit0' + +" Color 80th column +highlight ColorColumn ctermbg=237 +set colorcolumn=80