diff --git a/lua/plugins/mason.lua b/lua/plugins/mason.lua new file mode 100644 index 0000000..a2dfde4 --- /dev/null +++ b/lua/plugins/mason.lua @@ -0,0 +1,21 @@ +return { + { + "williamboman/mason.nvim", + opts = { + ensure_installed = { + "delve", + "gofumpt", + "goimports", + "gopls", + "json-lsp", + "lua-language-server", + "markdown-toc", + "markdownlint-cli2", + "marksman", + "shfmt", + "stylua", + "tree-sitter-cli", + }, + }, + }, +}