diff options
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 |
