Yaser Alraddadi fdf95f3674
update
2024-08-31 23:01:32 +03:00

12 lines
228 B
Lua

return {
{
'github/copilot.vim',
-- let g:copilot_enabled = v:false
init = function()
-- vim.g.copilot_enabled = false
vim.keymap.set('i', '<M-;>', '<Plug>(copilot-accept-word)')
end,
--
},
}