mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Latest copilot-cmp requires passing opts to _on_insert_enter
This commit is contained in:
parent
cbf1d335ed
commit
2c87b7e964
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ return {
|
|||
-- fixes lazy-loading issues with the copilot cmp source
|
||||
require("lazyvim.util").on_attach(function(client)
|
||||
if client.name == "copilot" then
|
||||
copilot_cmp._on_insert_enter()
|
||||
copilot_cmp._on_insert_enter({})
|
||||
end
|
||||
end)
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue