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", }, }, },