diff options
author | pommicket <pommicket@gmail.com> | 2023-01-11 22:32:02 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-11 22:32:02 -0500 |
commit | 24ca22c3bfcf7ac8201dcba97b79f87ef196dede (patch) | |
tree | 8a8ec6a277bd203fdbb61bba679a2414703e2689 | |
parent | 9dc6154e9aa875f2d1db2b8af3637e685bd453ba (diff) |
turn off lsp-log by default
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |