From fd26e95ae93d09a026c6b3e9f732e956793d9190 Mon Sep 17 00:00:00 2001 From: Yaser Alraddadi Date: Mon, 4 Nov 2024 11:16:34 +0300 Subject: [PATCH] update --- lua/custom/plugins/copilot.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua index d3ef4238..d92607f8 100644 --- a/lua/custom/plugins/copilot.lua +++ b/lua/custom/plugins/copilot.lua @@ -84,6 +84,9 @@ return { }, windows = { width = 44, + ask = { + start_insert = true, + }, }, }, -- if you want to build from source then do `make BUILD_FROM_SOURCE=true`