diff options
-rw-r--r-- | dotvimrc | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -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 <Leader>gt :call TimeLapse()<cr> noremap <Leader>e :NERDTreeToggle<CR> -noremap <Leader>s :SyntasticCheck<CR> - noremap <Leader>T :set expandtab!<CR> " Vim. Live it. |