this repo has no description

feat: inline diag

+4
+4
.config/helix/config.toml
··· 8 8 mouse = true 9 9 auto-format = true 10 10 bufferline="multiple" 11 + end-of-line-diagnostics = "hint" 11 12 12 13 [editor.cursor-shape] 13 14 insert = "bar" ··· 41 42 mode.normal = "NORMAL" 42 43 mode.insert = "INSERT" 43 44 mode.select = "SELECT" 45 + 46 + [editor.inline-diagnostics] 47 + cursor-line = "warning" 44 48 45 49 [keys.normal] 46 50 g = { a = "code_action" } # Maps `ga` to show possible code actions