Improve path joining in LazyVim.get_pkg_path

This commit is contained in:
TheDSCPL 2025-05-14 02:32:25 +00:00 committed by Iordanis Petkakis
parent 060b7ca704
commit 65306ceff4
2 changed files with 12 additions and 5 deletions

View file

@ -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,