summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a3faa66..484da3c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -72,11 +72,6 @@ if neobundle#tap('clang_complete')
let neobundle#hooks.on_source = s:plugrc . '/clang_complete.rc.vim'
call neobundle#untap()
endif
-if neobundle#tap('syntastic')
- let g:syntastic_error_symbol = '✗'
- let g:syntastic_warning_symbol = '?'
- call neobundle#untap()
-endif
if neobundle#tap('vim-racer')
function! neobundle#hooks.on_source(bundle)
let $RUST_SRC_PATH= $XDG_DATA_HOME . '/rustc_src_latest/src/'