Explicitly load javascript/eslint.vim (#105)

In some environments it seems it doesn't load automatically.

Fixes #103
This commit is contained in:
Vincent Petry
2018-04-04 16:17:24 +02:00
committed by Adriaan Zonnenberg
parent a279172752
commit 58d8de76b0

View File

@@ -6,6 +6,8 @@ endif
let g:loaded_syntastic_vue_eslint_checker = 1
runtime! syntax_checkers/javascript/eslint.vim
call g:SyntasticRegistry.CreateAndRegisterChecker({
\ 'filetype': 'vue',
\ 'name': 'eslint',