diff options
Diffstat (limited to '.config/helix/config.toml')
| -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 |
