Skip to content

Commit cdd9075

Browse files
committed
chore(formatters): increase timeout
It is more annoying to have to manually format than just waiting three seconds for auto-formatting to take place.
1 parent 1ed6737 commit cdd9075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/plugins/conform-nvim.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
return
103103
end
104104
105-
return { timeout_ms = 1000, lsp_format = "fallback" }
105+
return { timeout_ms = 3000, lsp_format = "fallback" }
106106
end
107107
'';
108108
notify_on_error = true;

0 commit comments

Comments
 (0)