Skip to content

Commit 433af3d

Browse files
author
hrsh7th
committed
Add docs
1 parent f51dc68 commit 433af3d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/cmp.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,18 +528,20 @@ view~
528528
*cmp-config.window.{completion,documentation}.border*
529529
window.{completion,documentation}.border~
530530
`string | string[] | nil`
531-
Border characters used for the completion popup menu when
532-
|experimental.native_menu| is disabled.
531+
Border characters used for the completion popup menu when |experimental.native_menu| is disabled.
532+
See :h |nvim_open_win|.
533533

534534
*cmp-config.window.{completion,documentation}.winhighlight*
535535
window.{completion,documentation}.winhighlight~
536536
`string | cmp.WinhighlightConfig`
537537
Specify the window's winhighlight option.
538+
See :h |nvim_open_win|.
538539

539540
*cmp-config.window.{completion,documentation}.zindex*
540541
window.{completion,documentation}.zindex~
541542
`number`
542543
The completion window's zindex.
544+
See :h |nvim_open_win|.
543545

544546
*cmp-config.window.documentation.max_width*
545547
window.documentation.max_width~

0 commit comments

Comments
 (0)