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