mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
chore(omnisharp): add netcoredbg to ensure_installed
This commit is contained in:
parent
61aa6fb339
commit
84e92520fe
1 changed files with 3 additions and 2 deletions
|
|
@ -35,8 +35,9 @@ return {
|
||||||
{
|
{
|
||||||
"williamboman/mason.nvim",
|
"williamboman/mason.nvim",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
opts.ensure_installed = opts.ensure_installed or {}
|
if type(opts.ensure_installed) == "table" then
|
||||||
table.insert(opts.ensure_installed, "csharpier")
|
vim.list_extend(opts.ensure_installed, { "netcoredbg", "csharpier" })
|
||||||
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue