summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-04 21:39:13 -0400
committerpommicket <pommicket@gmail.com>2023-08-04 21:42:53 -0400
commit49ab483be3e7af88a3932a43f222aa42cacd3515 (patch)
tree9ad0157a22ed6cd9c54458b6c75ffa7eaa2253e7 /ted.cfg
parentce199f9384f9f9376417110574a07cfd731e3a79 (diff)
document links seem to be working
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 ae7c370..81cdd43 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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