summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-06 18:00:14 -0500
committerpommicket <pommicket@gmail.com>2023-01-06 18:00:45 -0500
commit082daa54c41c44ad1e878485237faea8f9a60678 (patch)
tree5ffdeb9245c7210fd8a2e35357e9b548f32f7c06 /ted.cfg
parent2d32df18e83b059834ae65904e6439c72372454b (diff)
finished lsp-log
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index 94e528d..8d571c1 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -40,7 +40,7 @@ phantom-completions = on
lsp-enabled = yes
# enable this to log all messages between ted and the LSP server
# (may require restarting ted to update)
-lsp-log = no
+lsp-log = yes
# 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