diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,9 @@ trigger-characters = on identifier-trigger-characters = off # display "phantom completions"? (if there is only one completion, display it next to the cursor) phantom-completions = on +# "document links" LSP functionality. if enabled, ctrl+clicking on web links +# and such will open them. +document-links = 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 |