From e42748f24b5b827fc0f76da583736d3977135927 Mon Sep 17 00:00:00 2001 From: salomaestro Date: Sun, 20 Oct 2024 20:37:09 +0200 Subject: [PATCH] Set copilot to autotrigger --- lua/plugins/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 565a23c..80c9c8a 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -92,7 +92,7 @@ return { require("copilot").setup({ suggestion = { enabled = true, - auto_trigger = false, + auto_trigger = true, hide_during_completion = true, debounce = 75, keymap = {