From 03c385527a2e82ccbcf906e5d5d11f976b5264d9 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Sun, 25 May 2025 15:37:41 +0200 Subject: [PATCH] remove dead commented out code --- modules/editors/helix/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/editors/helix/default.nix b/modules/editors/helix/default.nix index a9dcec9..782e733 100644 --- a/modules/editors/helix/default.nix +++ b/modules/editors/helix/default.nix @@ -29,7 +29,6 @@ "discord-presence-lsp" = { command = "discord-presence-lsp"; config = { - # initialization_options = { application_id = "1376167046974279731"; base_icons_url = "https://raw.githubusercontent.com/xhyrom/zed-discord-presence/main/assets/icons/"; state = "Working on {filename}"; @@ -53,7 +52,6 @@ paths = [ "absolute path" ]; }; git_integration = true; - # }; }; }; "rust-analyzer" = {