update
This commit is contained in:
parent
40b48213fe
commit
384728a5a8
|
@ -3,7 +3,7 @@ return {
|
||||||
'github/copilot.vim',
|
'github/copilot.vim',
|
||||||
-- let g:copilot_enabled = v:false
|
-- 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)')
|
||||||
end,
|
end,
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue