feat: clean up

This commit is contained in:
Matthew Leong 2023-10-25 15:24:55 -07:00
parent 8075cb262d
commit 2d41795f09

View file

@ -35,7 +35,6 @@ function M.format(bufnr, timeout)
else
timeout = timeout * 1000
end
timeout = user_config.lsp.format_timeout
local filter = can_client_format
if M.format_disabled_override then
filter = function(client)