diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ phantom-completions = on # enable LSP support (for autocompletion, etc.) # you can also set `lsp = ""` but this is a quick way to disable LSP servers for all langauges lsp-enabled = yes +# enable this to log all messages between ted and the LSP server +# (may require restarting ted to update) +lsp-log = no # 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 |