mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: dap config for other language
This commit is contained in:
parent
cf21e5a91a
commit
fe8e5296f9
4 changed files with 50 additions and 10 deletions
6
lua/user/dap/settings/php.lua
Normal file
6
lua/user/dap/settings/php.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
local path = require("mason-registry").get_package("php-debug-adapter"):get_install_path()
|
||||
return {
|
||||
ype = "executable",
|
||||
command = "node",
|
||||
args = { path .. "/extension/out/phpDebug.js" },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue