update
This commit is contained in:
parent
40b48213fe
commit
384728a5a8
|
@ -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,
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue