X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=vim%2F.vimrc;h=a311a0788cd18e3a6d2267c27a7892cac9781c2d;hb=ccba59cd06d0018f2aedb04f13c17c9cca94a7ad;hp=2979b3c51a2e7281256beeac2de55b0540c0f582;hpb=4d5f16dc19a9196dd0300afdc5989a2f891ffcb3;p=max%2Fdotfiles.git diff --git a/vim/.vimrc b/vim/.vimrc index 2979b3c..a311a07 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -12,7 +12,6 @@ call vundle#begin() Plugin 'gmarik/Vundle.vim' Plugin 'jelera/vim-javascript-syntax' Plugin 'noahfrederick/vim-noctu' -Plugin 'Lokaltog/vim-distinguished' Plugin 'pangloss/vim-javascript' Plugin 'Yggdroot/indentLine' Plugin 'Raimondi/delimitMate' @@ -30,19 +29,21 @@ Plugin 'ajh17/VimCompletesMe' Plugin 'hynek/vim-python-pep8-indent' Plugin 'vim-scripts/octave.vim--' Plugin 'vim-scripts/MatlabFilesEdition' +Plugin 'altercation/vim-colors-solarized' " All of your Plugins must be added before the following line call vundle#end() " required filetype plugin indent on " required " Random look and feel stuff -set t_Co=16 syntax on -colorscheme noctu +set background=dark +colorscheme solarized set expandtab set shiftwidth=2 set softtabstop=2 set number +set t_Co=16 let g:html_indent_inctags = "html,body,head,tbody" let g:indentLine_color_term = 200 @@ -88,7 +89,7 @@ let g:LatexBox_quickfix = 4 let g:clang_user_options='|| exit0' " Color 80th column -highlight ColorColumn ctermbg=237 +highlight ColorColumn ctermbg=0 set colorcolumn=80 " Octave Syntax