summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-06 12:02:11 -0500
committerpommicket <pommicket@gmail.com>2023-01-06 12:02:11 -0500
commit2d32df18e83b059834ae65904e6439c72372454b (patch)
tree8a2190342c2cfdb16308c2c4138fdd52dad575ff /ted.cfg
parentd69fb12c055e1e17c765ca9714c508552a027384 (diff)
lsp-log setting
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index 220de0a..94e528d 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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