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.
vim.wait
1 parent f9c6478 commit ac9b7deCopy full SHA for ac9b7de
scripts/cli.lua
@@ -50,5 +50,5 @@ local cmd = "FzfLua " .. table.concat(_G.arg, " ")
50
assert(pcall(vim.cmd, cmd), "wrong cmd: " .. cmd)
51
52
while true do
53
- vim.wait(0)
+ vim.wait(100)
54
end
0 commit comments