add: migrate go format & lint

This commit is contained in:
asep.komarudin 2024-06-24 07:26:20 +07:00
parent 39b6c22356
commit 33fe8d43df
5 changed files with 49 additions and 9 deletions

View file

@ -128,7 +128,7 @@ if pcode.active_php_config then
conform.format({
lsp_fallback = true,
async = false,
timeout_ms = 500,
timeout_ms = pcode.format_timeout_ms or 500,
})
end, { desc = "Format file or range (in visual mode)" })
end,