From b241067fae43fa3dd6e1d20eeaddc0050986b5e3 Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Mon, 9 Mar 2026 15:51:57 -0700 Subject: [PATCH] feat: fix helix syntax error --- home.nix | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) 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 = {