mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
fix(dap): make sure mason-dap is loaded after initializing dap. See #3663
This commit is contained in:
parent
6c5be2ea44
commit
e0e1ab01af
2 changed files with 31 additions and 35 deletions
|
@ -30,12 +30,6 @@ return {
|
|||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
optional = true,
|
||||
dependencies = {
|
||||
"williamboman/mason.nvim",
|
||||
opts = { ensure_installed = {
|
||||
"php-debug-adapter",
|
||||
} },
|
||||
},
|
||||
opts = function()
|
||||
local dap = require("dap")
|
||||
local path = require("mason-registry").get_package("php-debug-adapter"):get_install_path()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue