From 25a1ba902d35ed5aefd46ec682c6077448b6030c Mon Sep 17 00:00:00 2001 From: LuKe Tidd Date: Thu, 18 May 2023 08:36:01 -0400 Subject: [PATCH] add delve --- plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins.lua b/plugins.lua index d870530..9bac19b 100644 --- a/plugins.lua +++ b/plugins.lua @@ -3,6 +3,7 @@ local plugins = { "williamboman/mason.nvim", opts = { ensure_installed = { + "delve", "gofumpt", "goimports-reviser", "gopls",