This commit is contained in:
Yaser Alraddadi 2024-10-02 12:08:07 +03:00
parent 40b48213fe
commit 384728a5a8
1 changed files with 1 additions and 1 deletions

View File

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