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 a73b7a7 commit 62a1976Copy full SHA for 62a1976
lua/flatten/guest.lua
@@ -22,7 +22,7 @@ function M.maybe_block(block)
22
end
23
vim.fn.chanclose(host)
24
while true do
25
- vim.cmd.sleep(1)
+ vim.cmd.sleep(10)
26
27
28
0 commit comments