mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(dap): don't install deprecated chrome debugger
This commit is contained in:
parent
ac4cce0f2f
commit
d284793ffb
1 changed files with 8 additions and 0 deletions
|
|
@ -308,6 +308,14 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"jay-babu/mason-nvim-dap.nvim",
|
||||||
|
optional = true,
|
||||||
|
opts = {
|
||||||
|
automatic_installation = { exclude = { "chrome" } },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
-- Filetype icons
|
-- Filetype icons
|
||||||
{
|
{
|
||||||
"nvim-mini/mini.icons",
|
"nvim-mini/mini.icons",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue