Add Go language server

This commit is contained in:
Elnu 2023-07-15 11:19:58 -07:00
parent 94188084e1
commit a43e440022

View file

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