summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-31 15:48:12 -0500
committerpommicket <pommicket@gmail.com>2022-12-31 15:48:12 -0500
commitfd617d8d9723f76dcdb51b2fa54ef960be4edccc (patch)
treeaaf01cc5bda6703448b63ea0ea7ffff30f820bba /ted.cfg
parent992315198b510e210a7791f21953bf0e27786108 (diff)
hover-time setting
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