From 36aee0c607153721ca446291f7f99df870c868fc Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sun, 16 Mar 2025 10:35:23 -0500 Subject: [PATCH] tune diagnostics Signed-off-by: jolheiser --- config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.nix b/config.nix index 64b1266..414a68b 100644 --- a/config.nix +++ b/config.nix @@ -35,7 +35,8 @@ "file-encoding" ]; }; - inline-diagnostics.cursor-line = "hint"; + end-of-line-diagnostics = "hint"; + inline-diagnostics.cursor-line = "error"; lsp.display-messages = true; }; keys = {