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`