mirror of https://github.com/dense-analysis/ale
Fix TCP server config example.
The docs for the `address` parameter of `Define` say: > This argument must only be set if the `lsp` argument > is set to `'socket'`.
This commit is contained in:
parent
3fe2223a48
commit
5a1505ad62
|
@ -172,7 +172,7 @@ address to connect to instead. >
|
|||
|
||||
call ale#linter#Define('filetype_here', {
|
||||
\ 'name': 'any_name_you_want',
|
||||
\ 'lsp': 'stdio',
|
||||
\ 'lsp': 'socket',
|
||||
\ 'address': 'servername:1234',
|
||||
\ 'project_root': '/path/to/root_of_project',
|
||||
\})
|
||||
|
|
Loading…
Reference in New Issue