From 2b183511ca9b5999dcbbac8318a51228f6b35a64 Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Sun, 2 Jul 2023 15:53:43 +0530 Subject: [PATCH] emacs: Add Go and Gopls To maybe start on the database book --- hosts/hermes/emacs.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/hermes/emacs.nix b/hosts/hermes/emacs.nix index 6368236..0d22e98 100644 --- a/hosts/hermes/emacs.nix +++ b/hosts/hermes/emacs.nix @@ -102,6 +102,10 @@ in rust-analyzer pkg-config + # Golang + go + gopls + # SQLite sqlite