From 24ca22c3bfcf7ac8201dcba97b79f87ef196dede Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 11 Jan 2023 22:32:02 -0500 Subject: turn off lsp-log by default --- ted.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ted.cfg b/ted.cfg index a8dab43..a2aef7a 100644 --- a/ted.cfg +++ b/ted.cfg @@ -41,7 +41,7 @@ lsp-enabled = yes # enable this to log all messages between ted and the LSP server # (may require restarting ted to update) # the log file is in the same folder as ted.cfg. -lsp-log = on +lsp-log = off # display function signature help? (only with LSP running) # this is the thing at the bottom of ted which shows the parameters to the function you're calling signature-help-enabled = yes -- cgit v1.2.3