diff options
author | yushyin <yushyin@saga> | 2016-11-27 13:17:01 +0100 |
---|---|---|
committer | yushyin <yushyin@saga> | 2016-11-27 14:02:50 +0100 |
commit | a2282274ae7ccd2d6cf874203d8db2d7a086e654 (patch) | |
tree | 63752623861e646c287b2828961f18f65eef8843 /vim/vimrc | |
parent | 2ab0212180ffcd1a1367a52517ffaa0174eb9f2c (diff) | |
download | dotfiles-a2282274ae7ccd2d6cf874203d8db2d7a086e654.tar.gz dotfiles-a2282274ae7ccd2d6cf874203d8db2d7a086e654.tar.xz |
Vim: Replace syntastic with neomake
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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/' |