Skip to content

Commit 2fe9ab1

Browse files
github-actions[bot]AntoineGS
authored andcommitted
docs: update vimdocs
1 parent fc5d6a1 commit 2fe9ab1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/copilot.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,15 @@ The `copilot.panel` module exposes the following functions:
201201
require("copilot.panel").jump_next()
202202
require("copilot.panel").jump_prev()
203203
require("copilot.panel").open({position, ratio})
204+
require("copilot.panel").close()
204205
require("copilot.panel").toggle()
205206
require("copilot.panel").refresh()
207+
require("copilot.panel").is_open()
206208
<
207209

210+
These can also be accessed through the `:Copilot panel <function>` command (eg.
211+
`:Copilot panel accept`).
212+
208213

209214
SUGGESTION ~
210215

@@ -264,6 +269,9 @@ The `copilot.suggestion` module exposes the following functions:
264269
require("copilot.suggestion").toggle_auto_trigger()
265270
<
266271

272+
These can also be accessed through the `:Copilot suggestion <function>` command
273+
(eg. `:Copilot suggestion accept`).
274+
267275

268276
FILETYPES ~
269277

0 commit comments

Comments
 (0)