add: lsp blade dan linter blade

This commit is contained in:
asep.komarudin 2024-06-25 11:41:17 +07:00
parent fbc8a53840
commit 4bd718cab7
5 changed files with 37 additions and 1 deletions

View file

@ -61,7 +61,9 @@ if pcode.active_php_config then
table.insert(pcode.treesitter_ensure_installed, ts)
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, "blade_formatter")
table.insert(pcode.null_ls_ensure_installed, "phpcs")
end
-- run if golang config true