From ca6617873e15abce0641c426f56047202e68b457 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 29 Dec 2022 13:44:25 -0500 Subject: hover-enabled option --- ted.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ted.cfg') diff --git a/ted.cfg b/ted.cfg index 42a0d14..f81c079 100644 --- a/ted.cfg +++ b/ted.cfg @@ -38,7 +38,9 @@ identifier-trigger-characters = off lsp-enabled = yes # 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 = on +signature-help-enabled = yes +# display hover info when shift key is pressed? (only with LSP running) +hover-enabled = yes # maximum editable file size. # ted will set the buffer to view-only if a file larger than this is loaded. # NOTE: ted is not really meant for absolutely massive files. -- cgit v1.2.3