diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-09-01 21:30:16 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-09-01 21:30:16 +0530 |
| commit | 220899a1d0c4a39f01f9f43bd71b4c6af41f7a85 (patch) | |
| tree | e21c1b0c94d09d9635303c9151cade9ebe47f9af /module.nix | |
| parent | 3c5867dbbe67505e945bf5a34afc5a6a53b1084f (diff) | |
Diffstat (limited to 'module.nix')
| -rw-r--r-- | module.nix | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
