mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: migrate go format & lint
This commit is contained in:
parent
39b6c22356
commit
33fe8d43df
5 changed files with 49 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue