File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11local M = { client_info = nil }
22local client = require (" copilot.client" )
3- local util = require (" copilot.util" )
43local lsp = vim .lsp
54
65local defaults = {
76 plugin_manager_path = vim .fn .stdpath (" data" ) .. " /site/pack/packer" ,
87 server_opts_overrides = {},
98 ft_disable = {},
10- cmp_method = " getPanelCompletions "
9+ cmp_method = " getCompletionsCycling "
1110}
1211
1312local config_handler = function (opts )
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ function panel.create (opts)
8484 vim .api .nvim_create_autocmd (" WinClosed" , {
8585 pattern = { tostring (print_buf .win ) },
8686 callback = function ()
87- print (" CopilotPanel closed" )
8887 handler .remove_handler_callback (" PanelSolution" , " pb" )
8988 handler .remove_handler_callback (" PanelSolutionsDone" , " pb" )
9089 end ,
You can’t perform that action at this time.
0 commit comments