18 lines
286 B
Lua
18 lines
286 B
Lua
return {
|
|
{
|
|
"williamboman/mason.nvim",
|
|
opts = {
|
|
ensure_installed = {
|
|
"black",
|
|
"beautysh",
|
|
"codespell",
|
|
"csharpier",
|
|
"ktlint",
|
|
"rustywind",
|
|
"sqlfmt",
|
|
"markdownlint",
|
|
"marksman"
|
|
},
|
|
},
|
|
},
|
|
}
|