mirror of
https://github.com/amix/vimrc
synced 2025-07-26 14:35:00 +08:00
Merge branch 'Linux' of https://github.com/Geezus42/vimrc into Linux
This commit is contained in:
@ -39,7 +39,7 @@ endfunction
|
||||
call ale#linter#Define('markdown', {
|
||||
\ 'name': 'remark_lint',
|
||||
\ 'aliases': ['remark-lint'],
|
||||
\ 'executable': {b -> ale#node#FindExecutable(b, 'markdown_remark_lint', [
|
||||
\ 'executable': {b -> ale#path#FindExecutable(b, 'markdown_remark_lint', [
|
||||
\ 'node_modules/.bin/remark',
|
||||
\ ])},
|
||||
\ 'command': function('ale_linters#markdown#remark_lint#GetCommand'),
|
||||
|
Reference in New Issue
Block a user