diff options
author | pommicket <pommicket@gmail.com> | 2023-01-10 10:40:10 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-10 10:40:10 -0500 |
commit | b0fe15647d196081d801db574fa074ff77e46f5f (patch) | |
tree | 786d4b15493ab469811fc7cd139f5d664f414644 /lsp.c | |
parent | edd5188dfba93b8ffe376d0c194804f35f43dcaa (diff) |
linux build , etc.
Diffstat (limited to 'lsp.c')
-rw-r--r-- | lsp.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |