add: php default linter config

This commit is contained in:
asep.komarudin 2024-06-24 16:25:36 +07:00
parent ef95246d88
commit 10dfd41f44
5 changed files with 41 additions and 8 deletions

View file

@ -38,7 +38,7 @@ return {
group = augroup,
buffer = bufnr,
callback = function()
vim.lsp.buf.format({ bufnr = bufnr })
vim.lsp.buf.format({ bufnr = bufnr, timeout_ms = pcode.format_timeout_ms or 5000 })
end,
})
end