This commit is contained in:
Yaser Alraddadi 2024-08-31 23:01:32 +03:00
parent c4ac82cb21
commit fdf95f3674
No known key found for this signature in database
GPG Key ID: 808212144E6DBE90

View File

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