[lazyvim] Add plugin: Mason with opts
This commit is contained in:
parent
94991534e1
commit
77c46a3e32
1 changed files with 11 additions and 0 deletions
|
@ -17,4 +17,15 @@ return {
|
||||||
"monkoose/parsley"
|
"monkoose/parsley"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"williamboman/mason.nvim",
|
||||||
|
opts = {
|
||||||
|
ensure_installed = {
|
||||||
|
"stylua",
|
||||||
|
"shellcheck",
|
||||||
|
"shfmt",
|
||||||
|
"flake8",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue