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-]>",
}
}
}
}
}
Doing my bi weekly
:Lazyupdate of plugins theaccept_lineandaccept_wordkey maps stopped working.Reverting back to the previous installed commit
f7732213e41995439171f35bdd2bf1c809f8e8e7and it is working again.my config