X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=vim%2F.vimrc;h=a311a0788cd18e3a6d2267c27a7892cac9781c2d;hb=ccba59cd06d0018f2aedb04f13c17c9cca94a7ad;hp=6cc614e2b007a1080a9ffa9c01f79c4cc14923ba;hpb=9832392f3d5106c15a3ff0619f4f2f1f29104c4e;p=max%2Fdotfiles.git diff --git a/vim/.vimrc b/vim/.vimrc index 6cc614e..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,18 +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 +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 @@ -87,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