feat: clean up
This commit is contained in:
parent
8075cb262d
commit
2d41795f09
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ function M.format(bufnr, timeout)
|
||||||
else
|
else
|
||||||
timeout = timeout * 1000
|
timeout = timeout * 1000
|
||||||
end
|
end
|
||||||
timeout = user_config.lsp.format_timeout
|
|
||||||
local filter = can_client_format
|
local filter = can_client_format
|
||||||
if M.format_disabled_override then
|
if M.format_disabled_override then
|
||||||
filter = function(client)
|
filter = function(client)
|
||||||
|
|
Loading…
Add table
Reference in a new issue