fix(copilot): properly process tab with copilot and blink. Fixes #4692

This commit is contained in:
Folke Lemaitre committed 2024-11-03 12:53:10 +01:00
1 parent f4d78ac0de
commit fa3739678a
1 file changed
+1
@@ -111,6 +111,7 @@ return {
elseif require("copilot.suggestion").is_visible() then
LazyVim.create_undo()
require("copilot.suggestion").accept()
return true
else
return cmp.select_and_accept()
end