This commit is contained in:
Yaser Alraddadi 2024-10-02 12:20:50 +03:00
parent 384728a5a8
commit 8d1a40abc9
1 changed files with 2 additions and 2 deletions

View File

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