diff options
author | pommicket <pommicket@gmail.com> | 2022-12-31 15:48:12 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-31 15:48:12 -0500 |
commit | fd617d8d9723f76dcdb51b2fa54ef960be4edccc (patch) | |
tree | aaf01cc5bda6703448b63ea0ea7ffff30f820bba /ted.cfg | |
parent | 992315198b510e210a7791f21953bf0e27786108 (diff) |
hover-time setting
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |