From ece69e5ee09e3c5cabde16a25290ea2d3b48bbdc Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 23 Dec 2025 18:30:53 -0500 Subject: [PATCH] [emacs] Add go lsp to init --- emacs/.config/doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index 4d413ac..08e0898 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -136,7 +136,7 @@ ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 ;;gdscript ; the language you waited for - ;;(go +lsp) ; the hipster dialect + (go +lsp) ; the hipster dialect (graphql +lsp) ; Give queries a REST ;;(haskell +lsp) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python