X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=vim%2F.vimrc;h=999ce8aa8dd3fb4cac52ed89494af35cb3bb5c63;hb=08ecb4a7884b859d10e5af5b2cc8927332bad9cc;hp=64d3a1f51fd0a95e338ece544ee304d7e41b35ce;hpb=2137856b1703413c81eee55be228738616f8d360;p=max%2Fdotfiles.git diff --git a/vim/.vimrc b/vim/.vimrc index 64d3a1f..999ce8a 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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,16 +29,18 @@ Plugin 'ajh17/VimCompletesMe' Plugin 'hynek/vim-python-pep8-indent' Plugin 'vim-scripts/octave.vim--' Plugin 'vim-scripts/MatlabFilesEdition' +Plugin 'flazz/vim-colorschemes' +Plugin 'benmills/vimux' +Plugin 'tmhedberg/SimpylFold' " 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 +colorscheme molokai set expandtab set shiftwidth=2 set softtabstop=2 @@ -55,11 +56,12 @@ set statusline+=%* let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 2 -let g:syntastic_check_on_open = 0 +let g:syntastic_check_on_open = 1 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_aggregate_errors = 1 " Syntastic C++11 let g:syntastic_cpp_compiler = 'g++' @@ -71,7 +73,6 @@ let g:airline_powerline_fonts = 0 set timeoutlen=1000 let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#fnamemod = ':t' -let g:airline_theme = 'solarized' " Setting wildignore set wildignore+=venv @@ -85,15 +86,19 @@ let g:EditorConfig_exclude_patterns = ['fugitive://.*'] " latex-box let g:LatexBox_quickfix = 4 +let g:LatexBox_viewer = "mupdf" " clang fix let g:clang_user_options='|| exit0' " Color 80th column -highlight ColorColumn ctermbg=237 +highlight ColorColumn ctermbg=0 set colorcolumn=80 " Octave Syntax " augroup filetypedetect " au! BufRead,BufNewFile *.m,*.oct set filetype=octave " augroup END + +" vimux +map C :VimuxPromptCommand