Updated plugins
This commit is contained in:
@@ -38,10 +38,10 @@ endfunction
|
||||
|
||||
call ale#linter#Define('less', {
|
||||
\ 'name': 'lessc',
|
||||
\ 'executable_callback': ale#node#FindExecutableFunc('less_lessc', [
|
||||
\ 'executable': {b -> ale#node#FindExecutable(b, 'less_lessc', [
|
||||
\ 'node_modules/.bin/lessc',
|
||||
\ ]),
|
||||
\ 'command_callback': 'ale_linters#less#lessc#GetCommand',
|
||||
\ ])},
|
||||
\ 'command': function('ale_linters#less#lessc#GetCommand'),
|
||||
\ 'callback': 'ale_linters#less#lessc#Handle',
|
||||
\ 'output_stream': 'stderr',
|
||||
\})
|
||||
|
||||
Reference in New Issue
Block a user