X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=vimrc;h=fcff8aaa92411b1de0c0766642a8f90964fea10e;hb=d93b97d10a09e90cbadc08c73faf6b99b2cef245;hp=51cd129ca35bfe87cf7c3cc4f35974db104accfe;hpb=895ba8e81d9a26212c2443c3c7649e5fd0c32db7;p=max%2Fdotfiles.git diff --git a/vimrc b/vimrc index 51cd129..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