We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c719fc commit 394af4fCopy full SHA for 394af4f
init.lua
@@ -911,6 +911,6 @@ require('lazy').setup({
911
},
912
})
913
914
-vim.cmd.colorscheme 'github_light'
+vim.cmd.colorscheme 'catppuccin-latte'
915
-- The line beneath this is called `modeline`. See `:help modeline`
916
-- vim: ts=2 sts=2 sw=2 et
lua/custom/plugins/init.lua
@@ -308,6 +308,17 @@ return {
308
require('copilot').setup {
309
suggestion = {
310
enabled = true,
311
+ auto_trigger = true,
312
+ hide_during_completion = false,
313
+ debounce = 75,
314
+ keymap = {
315
+ accept = '<M-;>',
316
+ accept_word = false,
317
+ accept_line = false,
318
+ next = '<M-]>',
319
+ prev = '<M-[>',
320
+ dismiss = '<C-]>',
321
+ },
322
323
panel = {
324
enabled = false,
0 commit comments