diff --git a/home.nix b/home.nix index f3b9ad6..15d1bec 100644 --- a/home.nix +++ b/home.nix @@ -124,25 +124,13 @@ line-number = "relative"; lsp.display-messages = true; lsp.display-inlay-hints = true; + end-of-line-diagnostics = "hint"; + inline-diagnostics = { + cursor-line = "hint"; + other-lines = "hint"; + }; }; }; - languages = { - language = - map - (name: { - inherit name; - end-of-line-diagnostics = "hint"; - inline-diagnostics = { - cursor-line = "hint"; - other-lines = "hint"; - }; - }) - [ - "rust" - "typescript" - "nix" - ]; - }; }; programs.zellij = {