mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 21:13:49 +00:00
15 lines
227 B
Lua
15 lines
227 B
Lua
return {
|
|
{
|
|
"williamboman/mason.nvim",
|
|
opts = {
|
|
ensure_installed = {
|
|
"eslint_d",
|
|
"prettierd",
|
|
"markdownlint",
|
|
"isort",
|
|
"powershell-editor-services",
|
|
},
|
|
},
|
|
},
|
|
}
|