diff options
| author | Mica White <botahamec@outlook.com> | 2026-05-21 00:17:47 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-05-21 00:17:47 -0400 |
| commit | 6e2f80c8d15730d07e813debc38c977f4d42db01 (patch) | |
| tree | 163f8011d5e04e14149db7e718dcb54d169fc8dc /.config/helix | |
| parent | 5547e0da62ca90f5012598669d2ef0dfea31c264 (diff) | |
Diffstat (limited to '.config/helix')
| -rw-r--r-- | .config/helix/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/helix/config.toml b/.config/helix/config.toml index fa19bb5..8227cd4 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -22,5 +22,9 @@ hidden = false [editor.indent-guides] render = true +[editor.inline-diagnostics] +cursor-line = "info" +other-lines = "warning" + [editor.smart-tab] enable = false |
