summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-28 17:29:26 -0500
committerpommicket <pommicket@gmail.com>2022-12-28 17:29:26 -0500
commitdce1a94e3be8dc4b702d02d901d9b38c6f6a41ce (patch)
tree4ec198f966f34fe0aea5003d4e301bd33e13de03 /ted.cfg
parentdc8d64a02d99368d2a66cff6caf5a18de3f06bd2 (diff)
signature-help setting
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index fd0efa1..a58888d 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -36,6 +36,9 @@ identifier-trigger-characters = off
# enable LSP support (for autocompletion, etc.)
# you can also set `lsp = ""` but this is a quick way to disable LSP servers for all langauges
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
# 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.