Skip to content

Commit

Permalink
feat(lang): add null-ls tools to mason's ensure_installed (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jul 16, 2023
1 parent 3a07bd8 commit 63e8985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/extras/lang/go.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ return {
"mason.nvim",
opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {}
table.insert(opts.ensure_installed, "delve")
vim.list_extend(opts.ensure_installed, { "gomodifytags", "impl", "gofumpt", "goimports-reviser", "delve" })
end,
},
},
Expand Down

0 comments on commit 63e8985

Please sign in to comment.