From 220899a1d0c4a39f01f9f43bd71b4c6af41f7a85 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Tue, 1 Sep 2026 21:30:16 +0530 Subject: Go Support --- module.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'module.nix') diff --git a/module.nix b/module.nix index 4cffdeb..401b44f 100644 --- a/module.nix +++ b/module.nix @@ -124,6 +124,17 @@ inputs: zls ]; }; + config.specs.go = { + lazy = true; + data = with pkgs.vimPlugins; [ ]; + runtimePkgs = with pkgs; [ + gopls + golint + golangci-lint + gotools + go-tools + ]; + }; config.specs.general = { # this would ensure any config included from nix in here will be ran after any provided by the `lze` spec -- cgit v1.3.1