From dc51500f98837b0f567c3080bcfeb79a189e079a Mon Sep 17 00:00:00 2001 From: Matthias Braendli Date: Tue, 3 Jun 2014 15:42:59 +0200 Subject: drop syntastic --- dotvimrc | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dotvimrc b/dotvimrc index 7e85f45..3a9b319 100644 --- a/dotvimrc +++ b/dotvimrc @@ -81,27 +81,12 @@ NeoBundle 'ciaranm/detectindent' "adapts tabstop and this shit automagically "NeoBundle 'honza/vim-snippets' "NeoBundle 'MarcWeber/vim-addon-mw-utils' -"check if code is bad -NeoBundle "scrooloose/syntastic" NeoBundle "scrooloose/nerdtree" " Nice tabulation NeoBundle 'godlygeek/tabular' "http://vimcasts.org/episodes/aligning-text-with-tabular-vim/ -let g:syntastic_auto_loc_list=0 -let g:syntastic_enable_loc_list=0 -let g:syntastic_enable_highlighting=2 -let g:syntastic_error_symbol='✗' -let g:syntastic_warning_symbol='⚠' -let g:syntastic_c_compiler = 'clang' -let g:syntastic_c_compiler_options = ' -std=c90 ' -let g:syntastic_c_config_file = '.clang_complete' -let g:syntastic_cpp_compiler = 'clang++' -let g:syntastic_cpp_compiler_options = ' ' -let g:syntastic_cpp_config_file = '.clang_complete' -let g:syntastic_check_on_open = 0 -let g:syntastic_check_on_wq = 0 let g:Powerline_symbols = 'unicode' NeoBundle 'Tag-Signature-Balloons' @@ -278,8 +263,6 @@ noremap gt :call TimeLapse() noremap e :NERDTreeToggle -noremap s :SyntasticCheck - noremap T :set expandtab! " Vim. Live it. -- cgit v1.2.3