We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca68fc3 commit b41d4c9Copy full SHA for b41d4c9
lua/copilot/suggestion.lua
@@ -369,7 +369,8 @@ local function schedule()
369
end
370
371
function mod.next()
372
- if not copilot._copilot.params and not should_auto_trigger() then
+ -- no suggestion request yet
373
+ if not copilot._copilot.first then
374
schedule()
375
return
376
@@ -380,7 +381,8 @@ function mod.next()
380
381
382
383
function mod.prev()
384
385
386
387
388
0 commit comments