diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |