mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-15 05:23:50 +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",
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|