enc: add formattrer & linter for php config

This commit is contained in:
asep.komarudin 2024-06-24 06:37:48 +07:00
parent b28f354786
commit 13e2e75069
5 changed files with 63 additions and 3 deletions

View file

@ -51,8 +51,6 @@ if pcode.active_php_config then
table.insert(pcode.treesitter_ensure_installed, ts)
end
table.insert(pcode.mason_ensure_installed, "intelephense")
table.insert(pcode.null_ls_ensure_installed, "phpcbf")
table.insert(pcode.null_ls_ensure_installed, "phpcs")
end
-- run if golang config true
if pcode.active_golang_config then