sex 27 set 2024 16:17:05 -03

This commit is contained in:
Felipe Magrassi 2024-09-27 16:17:05 -03:00
parent 5a58b8bce3
commit 3b55b272bf
1 changed files with 2 additions and 2 deletions

View File

@ -341,7 +341,7 @@ return {
require('copilot').setup { require('copilot').setup {
suggestion = { suggestion = {
enabled = true, enabled = true,
auto_trigger = true, auto_trigger = false,
hide_during_completion = false, hide_during_completion = false,
debounce = 75, debounce = 75,
keymap = { keymap = {
@ -649,7 +649,7 @@ return {
priority = 1000, priority = 1000,
config = function() config = function()
require('cyberdream').setup { require('cyberdream').setup {
transparent = true, transparent = false,
-- Options will go here -- Options will go here
} }
end, end,