mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 17:03:39 +02:00
fix(copilot): re-enable copilot confirm with overwrite
This commit is contained in:
parent
2f93f69171
commit
40983a3269
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ return {
|
|||
["<CR>"] = function(...)
|
||||
local entry = cmp.get_selected_entry()
|
||||
if entry and entry.source.name == "copilot" then
|
||||
-- return confirm_copilot(...)
|
||||
return confirm_copilot(...)
|
||||
end
|
||||
return confirm(...)
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue