-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Doing my bi weekly :Lazy
update of plugins the accept_line
and accept_word
key maps stopped working.
Reverting back to the previous installed commit f7732213e41995439171f35bdd2bf1c809f8e8e7
and it is working again.
my config
return {
{
'zbirenbaum/copilot.lua',
cmd = 'Copilot',
event = 'InsertEnter',
opts = {
suggestion = {
enabled = true,
auto_trigger = true,
keymap = {
accept = "<M-l>",
accept_word = "<M-k>",
dismiss = "<C-]>",
}
}
}
}
}
mikew, ginjeni1, qu8n and ZeinBarhoum
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working