From e5e7c10fb82e41f4f85ef56ce8b2c0412b4110e3 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 13 Jan 2025 18:58:12 +0300 Subject: [PATCH] No inline diagnostics --- modules/common/helix.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/common/helix.nix b/modules/common/helix.nix index ed45859..096ca34 100644 --- a/modules/common/helix.nix +++ b/modules/common/helix.nix @@ -134,11 +134,6 @@ in { render = true; }; - settings.editor.inline-diagnostics = { - cursor-line = "disable"; - other-lines = "hint"; - }; - settings.editor.statusline.mode = { insert = "INSERT"; normal = "NORMAL";