]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - vim/.vimrc
Remove message caching for mutt
[max/dotfiles.git] / vim / .vimrc
index 51f96d0652a4a6138e0ea5a5f2b4e65730756337..a311a0788cd18e3a6d2267c27a7892cac9781c2d 100644 (file)
@@ -11,8 +11,7 @@ call vundle#begin()
 " call vundle#begin('~/some/path/here')
 Plugin 'gmarik/Vundle.vim'
 Plugin 'jelera/vim-javascript-syntax' 
-Plugin 'altercation/vim-colors-solarized'
-Plugin 'Lokaltog/vim-distinguished'
+Plugin 'noahfrederick/vim-noctu'
 Plugin 'pangloss/vim-javascript'
 Plugin 'Yggdroot/indentLine'
 Plugin 'Raimondi/delimitMate'
@@ -30,13 +29,13 @@ 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=256
 syntax on
 set background=dark
 colorscheme solarized
@@ -44,6 +43,7 @@ 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
@@ -58,8 +58,8 @@ let g:syntastic_auto_loc_list = 2
 let g:syntastic_check_on_open = 0
 let g:syntastic_check_on_wq = 1
 let g:syntastic_javascript_checkers = ['eslint']
-"let g:syntastic_python_python_exec = '/usr/bin/python3'
-"let g:syntastic_python_checkers = ['flake8']
+let g:syntastic_python_python_exec = '/usr/bin/python3'
+let g:syntastic_python_checkers = ['flake8']
 
 " Syntastic C++11
 let g:syntastic_cpp_compiler = 'g++'
@@ -89,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