I broke up with neovim....vim is my best friend now
This commit is contained in:
9
dot_vim/plugged/ale/ale_linters/javascript/xo.vim
Normal file
9
dot_vim/plugged/ale/ale_linters/javascript/xo.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
" Author: Daniel Lupu <lupu.daniel.f@gmail.com>
|
||||
" Description: xo for JavaScript files
|
||||
|
||||
call ale#linter#Define('javascript', {
|
||||
\ 'name': 'xo',
|
||||
\ 'executable': function('ale#handlers#xo#GetExecutable'),
|
||||
\ 'command': function('ale#handlers#xo#GetLintCommand'),
|
||||
\ 'callback': 'ale#handlers#xo#HandleJSON',
|
||||
\})
|
||||
Reference in New Issue
Block a user