diff --git a/roles/dotfiles/files/.config/helix/config.toml b/roles/dotfiles/files/.config/helix/config.toml index 35a4850..055cdb7 100644 --- a/roles/dotfiles/files/.config/helix/config.toml +++ b/roles/dotfiles/files/.config/helix/config.toml @@ -31,3 +31,8 @@ mouse = false [keys.normal.space] l = ":toggle lsp.display-inlay-hints" + +[editor] +end-of-line-diagnostics = "hint" +[editor.inline-diagnostics] +cursor-line = "warning" # show warnings and errors on the cursorline inline