Add language server gopls to shell config

This commit is contained in:
akulij 2025-02-26 18:16:55 +00:00
parent e8ea9461ed
commit 55f720e419

View File

@ -2,5 +2,6 @@
pkgs.mkShell {
buildInputs = [
pkgs.go
pkgs.gopls
];
}