X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=vimrc;h=ee9534f9b1335a7c713371750442fab3dc7fda01;hb=9d962e72f42cc491eb650291891605912d040ba3;hp=4dcc958837f70061098f711481ff2d0521ca09c7;hpb=a5b3bb51b5cd0584ac8597cf836ab508d142e2a6;p=max%2Fdotfiles.git diff --git a/vimrc b/vimrc index 4dcc958..ee9534f 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' @@ -19,7 +19,8 @@ Plugin 'Raimondi/delimitMate' Plugin 'scrooloose/syntastic' Plugin 'ternjs/tern_for_vim' Plugin 'docunext/closetag.vim' -Plugin 'bling/vim-airline' +Plugin 'vim-airline/vim-airline' +Plugin 'vim-airline/vim-airline-themes' Plugin 'airblade/vim-gitgutter' Plugin 'tpope/vim-fugitive' Plugin 'kien/ctrlp.vim' @@ -35,7 +36,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 +82,7 @@ let g:LatexBox_quickfix = 4 " clang fix let g:clang_user_options='|| exit0' + +" Color 80th column +highlight ColorColumn ctermbg=237 +set colorcolumn=80