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