mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim/lua/user/plugins/lang/go.lua: use mason-org/mason.nvim instead of williamboman/mason.nvim
This commit is contained in:
parent
728669d288
commit
f5a41a9680
2 changed files with 3 additions and 3 deletions
|
|
@ -60,8 +60,8 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"williamboman/mason.nvim",
|
"mason-org/mason.nvim",
|
||||||
opttional = true,
|
optional = true,
|
||||||
opts = {
|
opts = {
|
||||||
ensure_installed = { "goimports", "gofumpt", "gomodifytags", "impl" }
|
ensure_installed = { "goimports", "gofumpt", "gomodifytags", "impl" }
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
{ import = "user.plugins.tools.finder" },
|
{ import = "user.plugins.tools.finder" },
|
||||||
{
|
{
|
||||||
"williamboman/mason.nvim",
|
"mason-org/mason.nvim",
|
||||||
build = ":MasonUpdate",
|
build = ":MasonUpdate",
|
||||||
cmd = "Mason",
|
cmd = "Mason",
|
||||||
opts_extend = { "ensure_installed" },
|
opts_extend = { "ensure_installed" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue