summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-06 18:25:44 -0500
committerpommicket <pommicket@gmail.com>2023-01-06 18:25:44 -0500
commit1780e6ac17c208d749deee31af541a04e3b123fe (patch)
tree9a80e31b79f9ee2766aa7bb1c9d542e7ded20aba /ted.cfg
parent082daa54c41c44ad1e878485237faea8f9a60678 (diff)
check LSP process status
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index 8d571c1..c316ff3 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -40,7 +40,8 @@ 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 = yes
+# the log file is in the same folder as ted.cfg.
+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