mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 00:25:47 +02:00
6 lines
196 B
Lua
6 lines
196 B
Lua
local path = require("mason-registry").get_package("php-debug-adapter"):get_install_path()
|
|
return {
|
|
type = "executable",
|
|
command = "node",
|
|
args = { path .. "/extension/out/phpDebug.js" },
|
|
}
|