diff --git a/roles/dotfiles/files/.config/helix/config.toml b/roles/dotfiles/files/.config/helix/config.toml index 35a4850..cb2fdb3 100644 --- a/roles/dotfiles/files/.config/helix/config.toml +++ b/roles/dotfiles/files/.config/helix/config.toml @@ -6,6 +6,10 @@ true-color = true whitespace.render = "all" mouse = false # bufferline = "multiple" +end-of-line-diagnostics = "hint" + +[editor.inline-diagnostics] +cursor-line = "warning" # show warnings and errors on the cursorline inline [keys.normal] "и" = "insert_mode"