From 6501a7e9e11e4f3511e92014c81f20632ffe7b2a Mon Sep 17 00:00:00 2001 From: LuKe Tidd Date: Thu, 18 May 2023 08:32:26 -0400 Subject: [PATCH] add go related mason packages --- plugins.lua | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/plugins.lua b/plugins.lua index 06c4007..d870530 100644 --- a/plugins.lua +++ b/plugins.lua @@ -3,18 +3,20 @@ local plugins = { "williamboman/mason.nvim", opts = { ensure_installed = { - "rust-analyzer", + "gofumpt", + "goimports-reviser", "gopls", + "json-lsp", + "json-to-struct", + "jsonlint", "python-lsp-server", "ruby-lsp", + "rust-analyzer", "shellcheck", "yaml-language-server", "yamlfix", "yamlfmt", "yamllint", - "json-lsp", - "json-to-struct", - "jsonlint", }, }, },