nix-config/modules2/nixvim/lsp/go.nix

4 lines
67 B
Nix
Raw Normal View History

2025-07-28 19:38:17 +01:00
{
flake.modules.nixvim.custom.lsp.servers.gopls.enable = true;
}