# HG changeset patch # User Zeger Van de Vannet # Date 1721069540 -7200 # Node ID d3fa07d2c19732dfaf4ff7f52c63de96c3844878 # Parent 6228efcc628daa354726f427e0d7e98e847928fb feat: enable inline diagnostics in helix diff -r 6228efcc628d -r d3fa07d2c197 dot_config/helix/config.toml.tmpl --- 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"