changeset 1054:d3fa07d2c197

feat: enable inline diagnostics in helix
author Zeger Van de Vannet <zeger@vandevan.net>
date Mon, 15 Jul 2024 20:52:20 +0200
parents 6228efcc628d
children 9f9d247727fe
files dot_config/helix/config.toml.tmpl
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/helix/config.toml.tmpl	Tue Jul 23 16:47:29 2024 +0200
+++ b/dot_config/helix/config.toml.tmpl	Mon Jul 15 20:52:20 2024 +0200
@@ -14,6 +14,9 @@
 normal = "block"
 select = "underline"
 
+[editor.inline-diagnostics]
+cursor-line = "warning"
+
 [editor.whitespace.render]
 newline = "all"