add: dynamic dap config

This commit is contained in:
asep.komarudin 2024-06-27 11:53:44 +07:00
parent fe8e5296f9
commit 34d23ba464
3 changed files with 29 additions and 29 deletions

View file

@ -62,7 +62,7 @@ if pcode.active_php_config then
end
table.insert(pcode.mason_ensure_installed, "intelephense")
table.insert(pcode.mason_ensure_installed, "stimulus_ls")
table.insert(pcode.null_ls_ensure_installed, "phpcbf")
table.insert(pcode.null_ls_ensure_installed, "php-cs-fixer")
table.insert(pcode.null_ls_ensure_installed, "blade_formatter")
table.insert(pcode.null_ls_ensure_installed, "phpcs")
end