erc: added carp checker; vimrc: added carp checker and vim-es6

This commit is contained in:
2018-02-25 18:28:31 +01:00
parent f5c392b9aa
commit 068b802807
2 changed files with 28 additions and 1 deletions

3
vimrc
View File

@@ -93,6 +93,7 @@ Bundle 'hellerve/luna-vim'
Bundle 'tikhomirov/vim-glsl'
Plugin 'rust-lang/rust.vim'
Plugin 'kchmck/vim-coffee-script'
Plugin 'isRuslan/vim-es6'
" Custom bundles
if filereadable(expand("~/.vim.local/bundles.vim"))
@@ -636,3 +637,5 @@ if filereadable(expand("~/.vimrc.local"))
endif
" }}}
let g:syntastic_carp_checkers = ['carp']