summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index dcf926b..7c0079e 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -41,6 +41,8 @@ lsp-enabled = yes
signature-help-enabled = yes
# display hover info when shift key is pressed? (only with LSP running)
hover-enabled = yes
+# if this is set to x, then hover info will be displayed without shift key after x seconds (with LSP running)
+hover-time = 1e10
# highlight instances of the variable under the cursor when the ctrl key is pressed? (only with LSP running)
highlight-enabled = yes
# don't require ctrl key for highlighting