From 02faedf9bf7e826bc78161f8cf07ffca5d2dbe57 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 31 Dec 2022 11:54:06 -0500 Subject: highlight-enabled and highlight-auto settings --- ted.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ted.cfg') diff --git a/ted.cfg b/ted.cfg index 52978cf..dcf926b 100644 --- a/ted.cfg +++ b/ted.cfg @@ -41,6 +41,10 @@ lsp-enabled = yes signature-help-enabled = yes # display hover info when shift key is pressed? (only with LSP running) hover-enabled = yes +# 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 +highlight-auto = no # 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