We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e49f4a commit 962c084Copy full SHA for 962c084
lua/core/settings.lua
@@ -14,7 +14,7 @@ settings["format_on_save"] = true
14
15
-- Format timeout in milliseconds.
16
---@type number
17
-settings["format_timeout"] = 1000
+settings["format_timeout"] = 3000
18
19
-- Set to false to disable format notification.
20
---@type boolean
0 commit comments