diff --git a/home/home.nix b/home/home.nix index 0603b48..e8c8a1b 100644 --- a/home/home.nix +++ b/home/home.nix @@ -80,7 +80,7 @@ theme = "adwaita-light"; editor = { lsp.display-messages = true; - inline-diagnostics.cursor-line = "info"; + inline-diagnostics.cursor-line = "hint"; rulers = [ 81 ]; gutters.layout = [ "diagnostics" ]; };