mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 12:31:07 +00: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
Reference in a new issue