mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-09 02:44:45 +08:00
Explicitly load javascript/eslint.vim (#105)
In some environments it seems it doesn't load automatically. Fixes #103
This commit is contained in:
committed by
Adriaan Zonnenberg
parent
a279172752
commit
58d8de76b0
@@ -6,6 +6,8 @@ endif
|
|||||||
|
|
||||||
let g:loaded_syntastic_vue_eslint_checker = 1
|
let g:loaded_syntastic_vue_eslint_checker = 1
|
||||||
|
|
||||||
|
runtime! syntax_checkers/javascript/eslint.vim
|
||||||
|
|
||||||
call g:SyntasticRegistry.CreateAndRegisterChecker({
|
call g:SyntasticRegistry.CreateAndRegisterChecker({
|
||||||
\ 'filetype': 'vue',
|
\ 'filetype': 'vue',
|
||||||
\ 'name': 'eslint',
|
\ 'name': 'eslint',
|
||||||
|
|||||||
Reference in New Issue
Block a user