summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index fc71207..b639182 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -81,6 +81,8 @@ highlight-enabled = yes
highlight-key = F2
# don't require F2 key for highlighting
highlight-auto = no
+# whether or not to show LSP diagnostics (warnings and errors)
+show-diagnostics = yes
# 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.