mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(copilot): properly process tab with copilot and blink. Fixes #4692
This commit is contained in:
parent
f4d78ac0de
commit
fa3739678a
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ return {
|
||||||
elseif require("copilot.suggestion").is_visible() then
|
elseif require("copilot.suggestion").is_visible() then
|
||||||
LazyVim.create_undo()
|
LazyVim.create_undo()
|
||||||
require("copilot.suggestion").accept()
|
require("copilot.suggestion").accept()
|
||||||
|
return true
|
||||||
else
|
else
|
||||||
return cmp.select_and_accept()
|
return cmp.select_and_accept()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue