Add Go language server
This commit is contained in:
parent
1e9da0190a
commit
9a00bf481c
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
go
|
go
|
||||||
|
gopls
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue