copilot and theme

pull/1429/head
Felipe Magrassi 1 year ago
parent 1c719fc85f
commit 394af4f4b8

@ -911,6 +911,6 @@ require('lazy').setup({
},
})
vim.cmd.colorscheme 'github_light'
vim.cmd.colorscheme 'catppuccin-latte'
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et

@ -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…
Cancel
Save