diff options
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 |