copilot and theme
This commit is contained in:
parent
1c719fc85f
commit
394af4f4b8
2 changed files with 12 additions and 1 deletions
|
|
@ -308,6 +308,17 @@ return {
|
|||
require('copilot').setup {
|
||||
suggestion = {
|
||||
enabled = true,
|
||||
auto_trigger = true,
|
||||
hide_during_completion = false,
|
||||
debounce = 75,
|
||||
keymap = {
|
||||
accept = '<M-;>',
|
||||
accept_word = false,
|
||||
accept_line = false,
|
||||
next = '<M-]>',
|
||||
prev = '<M-[>',
|
||||
dismiss = '<C-]>',
|
||||
},
|
||||
},
|
||||
panel = {
|
||||
enabled = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue