summaryrefslogtreecommitdiff
path: root/lsp.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-10 10:40:10 -0500
committerpommicket <pommicket@gmail.com>2023-01-10 10:40:10 -0500
commitb0fe15647d196081d801db574fa074ff77e46f5f (patch)
tree786d4b15493ab469811fc7cd139f5d664f414644 /lsp.c
parentedd5188dfba93b8ffe376d0c194804f35f43dcaa (diff)
linux build , etc.
Diffstat (limited to 'lsp.c')
-rw-r--r--lsp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lsp.c b/lsp.c
index c5aaef8..a23e7e8 100644
--- a/lsp.c
+++ b/lsp.c
@@ -312,7 +312,8 @@ static bool lsp_receive(LSP *lsp, size_t max_size) {
info.message);
} else {
lsp_set_error(lsp, "Can't access LSP server: %s\n"
- "Run ted in a terminal or set lsp-log = on for more details."
+ "Run ted in a terminal or set lsp-log = on for more details.\n"
+ "Run the :lsp-reset command to restart the server."
, info.message);
}
return false;