diff options
-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 |