summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-06 11:52:30 -0500
committerpommicket <pommicket@gmail.com>2023-01-06 11:52:30 -0500
commitd69fb12c055e1e17c765ca9714c508552a027384 (patch)
tree41073af13fdf014cc7d630c6aa4b5593fea16a42 /ted.cfg
parent268aba5dde93b67df5f5bd137141eeb177485685 (diff)
phantom completions
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index 7648d12..220de0a 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -34,7 +34,7 @@ trigger-characters = on
# should all identifier characters (e.g. a-z) be treated as trigger characters?
identifier-trigger-characters = off
# display "phantom completions"? (if there is only one completion, display it next to the cursor)
-phantom-completions = yes
+phantom-completions = on
# 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