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 5a58b8b commit 3b55b27Copy full SHA for 3b55b27
lua/custom/plugins/init.lua
@@ -341,7 +341,7 @@ return {
341
require('copilot').setup {
342
suggestion = {
343
enabled = true,
344
- auto_trigger = true,
+ auto_trigger = false,
345
hide_during_completion = false,
346
debounce = 75,
347
keymap = {
@@ -649,7 +649,7 @@ return {
649
priority = 1000,
650
config = function()
651
require('cyberdream').setup {
652
- transparent = true,
+ transparent = false,
653
-- Options will go here
654
}
655
end,
0 commit comments