summaryrefslogtreecommitdiff
path: root/module.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-09-01 21:30:16 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-09-01 21:30:16 +0530
commit220899a1d0c4a39f01f9f43bd71b4c6af41f7a85 (patch)
treee21c1b0c94d09d9635303c9151cade9ebe47f9af /module.nix
parent3c5867dbbe67505e945bf5a34afc5a6a53b1084f (diff)
Go SupportHEADmain
Diffstat (limited to 'module.nix')
-rw-r--r--module.nix11
1 files changed, 11 insertions, 0 deletions
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