mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-28 05:54:23 +02:00
fix(dap): don't install deprecated chrome debugger
This commit is contained in:
parent
c0d8272dc1
commit
c5b49b52cf
1 changed files with 8 additions and 0 deletions
|
@ -257,6 +257,14 @@ return {
|
|||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"jay-babu/mason-nvim-dap.nvim",
|
||||
optional = true,
|
||||
opts = {
|
||||
automatic_installation = { exclude = { "chrome" } },
|
||||
},
|
||||
},
|
||||
|
||||
-- Filetype icons
|
||||
{
|
||||
"echasnovski/mini.icons",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue