From a43e440022c6b6dff1b1aa85da57029eff2cafc7 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 15 Jul 2023 11:19:58 -0700 Subject: [PATCH] Add Go language server --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 3bb54a7..d2a7dc7 100644 --- a/shell.nix +++ b/shell.nix @@ -3,5 +3,6 @@ pkgs.mkShell { buildInputs = with pkgs; [ go + gopls ]; }