mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-14 11:24:38 +02:00
Improve path joining in LazyVim.get_pkg_path
This commit is contained in:
parent
060b7ca704
commit
65306ceff4
2 changed files with 12 additions and 5 deletions
|
@ -50,7 +50,7 @@ return {
|
|||
local dap = require("dap")
|
||||
dap.adapters.php = {
|
||||
type = "executable",
|
||||
command = vim.fn.exepath("php-debug-adapter"),
|
||||
command = "php-debug-adapter",
|
||||
args = {},
|
||||
}
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue