12 lines
394 B
VimL
12 lines
394 B
VimL
|
" Author: Filip Gospodinov <f@gospodinov.ch>
|
||
|
" Description: biome for JavaScript files
|
||
|
|
||
|
call ale#linter#Define('javascript', {
|
||
|
\ 'name': 'biome',
|
||
|
\ 'lsp': 'stdio',
|
||
|
\ 'language': function('ale#handlers#biome#GetLanguage'),
|
||
|
\ 'executable': function('ale#handlers#biome#GetExecutable'),
|
||
|
\ 'command': '%e lsp-proxy',
|
||
|
\ 'project_root': function('ale#handlers#biome#GetProjectRoot'),
|
||
|
\})
|