diff options
author | pommicket <pommicket@gmail.com> | 2023-01-06 11:34:42 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-06 11:34:42 -0500 |
commit | 268aba5dde93b67df5f5bd137141eeb177485685 (patch) | |
tree | 7971dd7fa565ff9efb3ee6857b68164a317a92ab /ted.cfg | |
parent | da244a2bfb1e1139e772e272166fc0ecd4898ad4 (diff) |
start phantom completions
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ restore-session = on 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 # 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 |