From 5a1505ad62262263224ed8d0f908515fc116f776 Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Sun, 13 Oct 2019 09:06:38 -0400 Subject: 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'`. --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale.txt b/doc/ale.txt index c6e48043..01b6181d 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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', \}) -- cgit v1.2.3