mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-19 06:07:58 +08:00
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:
+1
-1
@@ -172,7 +172,7 @@ address to connect to instead. >
|
|||||||
|
|
||||||
call ale#linter#Define('filetype_here', {
|
call ale#linter#Define('filetype_here', {
|
||||||
\ 'name': 'any_name_you_want',
|
\ 'name': 'any_name_you_want',
|
||||||
\ 'lsp': 'stdio',
|
\ 'lsp': 'socket',
|
||||||
\ 'address': 'servername:1234',
|
\ 'address': 'servername:1234',
|
||||||
\ 'project_root': '/path/to/root_of_project',
|
\ 'project_root': '/path/to/root_of_project',
|
||||||
\})
|
\})
|
||||||
|
|||||||
Reference in New Issue
Block a user