mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Add php-debug-adapter to mason
This commit is contained in:
parent
ec5981dfb1
commit
3f816b4733
1 changed files with 10 additions and 0 deletions
|
|
@ -46,6 +46,16 @@ return {
|
|||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
optional = true,
|
||||
specs = {
|
||||
{
|
||||
"mason-org/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
Reference in a new issue