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