fix(dap): don't install deprecated chrome debugger

This commit is contained in:
Alexey Svirshchevskiy 2025-08-09 14:21:20 +02:00
parent ac4cce0f2f
commit d284793ffb
No known key found for this signature in database

View file

@ -308,6 +308,14 @@ return {
end,
},
{
"jay-babu/mason-nvim-dap.nvim",
optional = true,
opts = {
automatic_installation = { exclude = { "chrome" } },
},
},
-- Filetype icons
{
"nvim-mini/mini.icons",