mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 01:38:47 +02:00
enc: add formattrer & linter for php config
This commit is contained in:
parent
b28f354786
commit
13e2e75069
5 changed files with 63 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue