From ba39859e01e241c9e0486671e69659b5fc5c2359 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 9 Jan 2024 17:33:23 +0100 Subject: [PATCH] helix: added gopls --- roles/home/helix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home/helix.nix b/roles/home/helix.nix index c58782e..53d96ad 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -71,6 +71,7 @@ in ruff shellcheck shfmt + gopls ] ++ pythonPkgs ++ nodePkgs; }; }