mirror of https://github.com/LazyVim/starter
9 lines
156 B
Lua
9 lines
156 B
Lua
|
-- return {
|
||
|
-- "williamboman/mason.nvim",
|
||
|
-- opts = function(_, opts)
|
||
|
-- table.insert(opts.ensure_installed, "prettierd")
|
||
|
-- end,
|
||
|
-- }
|
||
|
|
||
|
return {}
|