summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-07 22:14:59 -0400
committerpommicket <pommicket@gmail.com>2023-09-07 22:50:12 -0400
commit5100257c186d52ffb61fe26e302ec7205f291599 (patch)
tree9baa768319798c30fd7639061bab303def06d413 /ted.cfg
parentb8be8dd9239f1b08cb578539e634de73751fbad8 (diff)
fix issue where selector detail is cut off
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.