helix: added gopls

This commit is contained in:
Giulio De Pasquale 2024-01-09 17:33:23 +01:00
parent 3519e92d05
commit ba39859e01

View File

@ -71,6 +71,7 @@ in
ruff ruff
shellcheck shellcheck
shfmt shfmt
gopls
] ++ pythonPkgs ++ nodePkgs; ] ++ pythonPkgs ++ nodePkgs;
}; };
} }