copilot
This commit is contained in:
parent
723f43a7f4
commit
05dcadd82d
4 changed files with 19 additions and 10 deletions
|
|
@ -3,6 +3,14 @@ return {
|
|||
cmd = 'Copilot',
|
||||
event = 'InsertEnter',
|
||||
config = function()
|
||||
require('copilot').setup {}
|
||||
require('copilot').setup {
|
||||
suggestion = {
|
||||
keymap = {
|
||||
accept = '<Tab>',
|
||||
next = '<S-Tab>',
|
||||
},
|
||||
},
|
||||
}
|
||||
require('copilot.suggestion').toggle_auto_trigger()
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue