Skip to content

Commit 3b55b27

Browse files
sex 27 set 2024 16:17:05 -03
1 parent 5a58b8b commit 3b55b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/custom/plugins/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ return {
341341
require('copilot').setup {
342342
suggestion = {
343343
enabled = true,
344-
auto_trigger = true,
344+
auto_trigger = false,
345345
hide_during_completion = false,
346346
debounce = 75,
347347
keymap = {
@@ -649,7 +649,7 @@ return {
649649
priority = 1000,
650650
config = function()
651651
require('cyberdream').setup {
652-
transparent = true,
652+
transparent = false,
653653
-- Options will go here
654654
}
655655
end,

0 commit comments

Comments
 (0)