Skip to content

Commit 962c084

Browse files
committed
feat(settings): wait longer for formatting
1 parent 3e49f4a commit 962c084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/core/settings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ settings["format_on_save"] = true
1414

1515
-- Format timeout in milliseconds.
1616
---@type number
17-
settings["format_timeout"] = 1000
17+
settings["format_timeout"] = 3000
1818

1919
-- Set to false to disable format notification.
2020
---@type boolean

0 commit comments

Comments
 (0)