mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
fix(copilot): latest copilot-cmp requires passing opts to _on_insert_enter (#752)
This commit is contained in:
parent
cbf1d335ed
commit
ad229bbf42
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
Add a link
Reference in a new issue