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